Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
k0nserv
/
LanguageClient-neovim
Public
forked from
autozimu/LanguageClient-neovim
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
next
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 15, 2020
chore(docs): ensure each header and code block are separated from other content by a newline
Show description for cf43a9f
Benjamin Denhartog
authored and
autozimu
committed
cf43a9f
Copy full SHA for cf43a9f
chore(docs): use unordered list items instead of numbered lists
Show description for 9719e04
Benjamin Denhartog
authored and
autozimu
committed
9719e04
Copy full SHA for 9719e04
chore(docs): remove numbers from section headers
Show description for 2a55de9
Benjamin Denhartog
authored and
autozimu
committed
2a55de9
Copy full SHA for 2a55de9
Commits on Mar 11, 2020
feat(docs): add installation instructions for arch linux
Show description for aa3ee5e
Benjamin Denhartog
authored and
autozimu
committed
aa3ee5e
Copy full SHA for aa3ee5e
make command arguments optional
euclio
authored and
autozimu
committed
75904ff
Copy full SHA for 75904ff
Add default root path implementation for Go
Show description for ffd4daa
bouk
authored and
autozimu
committed
ffd4daa
Copy full SHA for ffd4daa
Commits on Mar 3, 2020
Add LanguageClient_applyCompletionAdditionalTextEdits flag.
martskins
authored and
autozimu
committed
222e250
Copy full SHA for 222e250
Commits on Feb 27, 2020
Update CHANGLOG
autozimu
committed
027f574
Copy full SHA for 027f574
Upgrade and lint Dockerfile using hadolint
autozimu
committed
71ee90b
Copy full SHA for 71ee90b
Update cursor position after applying text edits (#961)
Show description for ba30145
cheuk-fung
authored
ba30145
Copy full SHA for ba30145
Commits on Feb 14, 2020
Add support for the proposed Semantic Highlighting Protocol (#954)
Show description for 7c741d0
jackguo380
authored
7c741d0
Copy full SHA for 7c741d0
Commits on Feb 3, 2020
add feature to customize highlight for floating hover window (#966)
Show description for 04bdd56
110y
authored
04bdd56
Copy full SHA for 04bdd56
Add support for `rust-anaylzer.selectAndApplySourceChange`
martskins
authored and
autozimu
committed
148880c
Copy full SHA for 148880c
Commits on Jan 31, 2020
Add CHANGELOG
autozimu
committed
543a88a
Copy full SHA for 543a88a
Check before calling get_or_create_namespace
Show description for 4ee41c5
autozimu
committed
4ee41c5
Copy full SHA for 4ee41c5
Commits on Jan 21, 2020
Sort diagnostics by line number to prevent stale signs
Show description for 51fa22f
everett1992
authored and
autozimu
committed
51fa22f
Copy full SHA for 51fa22f
Add g:LanguageClient_echoProjectRoot to docs
andrewferrier
authored and
autozimu
committed
df4a931
Copy full SHA for df4a931
Commits on Jan 14, 2020
Deny option unwrap
autozimu
committed
fb02afe
Copy full SHA for fb02afe
Fix a race condition when setting diagnostic signs
stevearc
authored and
autozimu
committed
93f58dd
Copy full SHA for 93f58dd
Check if server has CodeLens capability before issuing the call to textDocument/codeLens
martskins
authored and
autozimu
committed
f3d6320
Copy full SHA for f3d6320
Commits on Jan 10, 2020
Fix handleCodeLensAction documentation
martskins
authored and
autozimu
committed
4ef68cb
Copy full SHA for 4ef68cb
Commits on Jan 7, 2020
(cargo-release) version 0.1.156
autozimu
committed
90e49e5
Copy full SHA for 90e49e5
Fix threading issues in documentHighlight
Show description for d273439
YaLTeR
authored and
autozimu
committed
d273439
Copy full SHA for d273439
Commits on Jan 6, 2020
Fix codeAction error where it failed to accept `null`
martskins
authored and
autozimu
committed
996206f
Copy full SHA for 996206f
Multiple correctness fixes
martskins
authored and
autozimu
committed
13729a4
Copy full SHA for 13729a4
Implement codeLens
martskins
authored and
autozimu
committed
1c7a3b0
Copy full SHA for 1c7a3b0
Commits on Dec 27, 2019
Make use of vim 8.2+ popup win
Show description for 0394fba
autozimu
committed
0394fba
Copy full SHA for 0394fba
Commits on Dec 23, 2019
Remove unused viewports hashmap
TysonAndre
authored and
autozimu
committed
5d0b152
Copy full SHA for 5d0b152
Fix typos in comments/error messages
TysonAndre
authored and
autozimu
committed
dce9729
Copy full SHA for dce9729
Commits on Dec 22, 2019
Update ci docker base image to use rust 1.40
martskins
authored and
autozimu
committed
930850b
Copy full SHA for 930850b
Drop `OptionDeref` in favor of the now stable `Option::as_deref`
martskins
authored and
autozimu
committed
1d04baa
Copy full SHA for 1d04baa
Fix multiple clippy issues
martskins
authored and
autozimu
committed
2a8eee4
Copy full SHA for 2a8eee4
Remove crossbeam-channel in favor of crossbeam
martskins
authored and
autozimu
committed
90f8923
Copy full SHA for 90f8923
Commits on Dec 3, 2019
Do not alter diagnostics order sent by server when used in quickfix
Show description for bfa0c0c
autozimu
committed
bfa0c0c
Copy full SHA for bfa0c0c
Commits on Nov 27, 2019
Suppress compiler warnings about unused_parens
theHamsta
authored and
autozimu
committed
a7d3456
Copy full SHA for a7d3456
Pagination
Previous
Next
You can’t perform that action at this time.