| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | Satisfy check | Mochammad Hanif R | 2021-02-23 | 1 | -2/+2 | |
| | | | | | | | ||||||
| | * | | | | | Add :CargoReload to reload cargo workspace | Mochammad Hanif R | 2021-02-23 | 1 | -0/+20 | |
| | |/ / / / | ||||||
| * | | | | | rust_analyzer: don't fetch deps in root_dir | ThatsNoMoon | 2021-02-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Use `cargo metadata --no-deps` to avoid fetching dependencies that haven't been downloaded yet when getting the cargo workspace directory to avoid hangs. | |||||
| * | | | | | feat: add server specific LspInfo | Matthieu Coudron | 2021-02-27 | 2 | -0/+13 | |
| | | | | | | ||||||
| * | | | | | chore: remove deprecated module/function | Matthieu Coudron | 2021-02-25 | 2 | -6/+0 | |
| | | | | | | ||||||
| * | | | | | lspinfo: add neovim log path in header | Matthieu Coudron | 2021-02-25 | 1 | -0/+1 | |
| | |/ / / |/| | | | ||||||
| * | | | | Fix DenolsCache | Ryo Kitagawa | 2021-02-24 | 1 | -2/+4 | |
| |/ / / | ||||||
| * | | | Merge pull request #747 from PhilT/lsp-config-for-fsharp | Michael Lingelbach | 2021-02-20 | 1 | -0/+39 | |
| |\ \ \ | | | | | | | | | LSP Config for F# using FsAutoComplete | |||||
| | * | | | LSP Config for F# using FsAutoComplete | Phil Thompson | 2021-02-20 | 1 | -0/+39 | |
| | | | | | ||||||
| * | | | | Merge pull request #748 from PhilT/typo-in-sumneko-lua | Michael Lingelbach | 2021-02-20 | 2 | -2/+2 | |
| |\ \ \ \ | | | | | | | | | | | Fix typo in instructions | |||||
| | * | | | | Fix typo in instructions | Phil Thompson | 2021-02-20 | 2 | -2/+2 | |
| | |/ / / | ||||||
| * / / / | Add denols functions | Ryo Kitagawa | 2021-02-20 | 1 | -0/+55 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix definition handler Apply suggestions from code review Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com> Fix denition Fix luacheck | |||||
| * | | | Automatically reattach to buffers after reloading | Michael Lingelbach | 2021-02-17 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | hls: add a default formatter | Michael Lingelbach | 2021-02-17 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Merge pull request #738 from mjlbach/fix_autostart | Michael Lingelbach | 2021-02-17 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | rename launch -> autostart, add documentation | |||||
| | * | | | rename launch -> autostart, add documentation | Michael Lingelbach | 2021-02-17 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #721 from mjlbach/disable_autostart | Michael Lingelbach | 2021-02-17 | 1 | -9/+37 | |
| |\| | | | | | | | | | | | Add option to disable autostart | |||||
| | * | | | Add option to disable autostart | Michael Lingelbach | 2021-02-16 | 1 | -9/+37 | |
| | | | | | ||||||
| * | | | | Merge pull request #733 from mjlbach/fix_on_attach | Michael Lingelbach | 2021-02-15 | 1 | -3/+3 | |
| |\ \ \ \ | | | | | | | | | | | fix on_attach to correctly pass bufnr as second argument | |||||
| | * | | | | fix on_attach to correctly pass bufnr as second argument | Michael Lingelbach | 2021-02-14 | 1 | -3/+3 | |
| | | | | | | ||||||
| * | | | | | lspconfig: use vim.notify to warn of absent LSP executable | Matthieu Coudron | 2021-02-15 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | nimls: Use buffer directory as fallback instead of $HOME | Peter Lithammer | 2021-02-04 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | nimls: Add support for .nimble files as root_dir | Peter Lithammer | 2021-02-04 | 1 | -1/+3 | |
| |/ / / | ||||||
| * | | | disable modifiable option in LspInfo floatwin | bitcoder | 2021-02-03 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | rust_analyzer: Fix the root_dir shell command | Steven Arcangeli | 2021-02-02 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix metatable __index for defining new language servers | Michael Lingelbach | 2021-01-31 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Update clangd installation link | Namkhai B | 2021-01-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Clangd's docs moved to https://clangd.llvm.org | |||||
| * | | | Add sqls support (#422) | rayx | 2021-01-30 | 1 | -0/+29 | |
| | | | | | | | | | | * add sqls support | |||||
| * | | | JDT LS: Add callback for language/status | HiPhish | 2021-01-30 | 1 | -10/+30 | |
| | | | | | | | | | | | | | | | | | | | Added a callback for this custom notification. On large Java projects startup can take several seconds, so having feedback during that time is very useful. | |||||
| * | | | JDT LS: add more root pattern files | HiPhish | 2021-01-30 | 1 | -1/+20 | |
| | | | | | | | | | | | | | | | | | | | There are three common build systems for Java: Ant, Maven and Gradle. Each has its own configuration file, and this PR adds those files are root directory markers. | |||||
| * | | | graphql: remove package.json, fix docgen | Michael Lingelbach | 2021-01-27 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Add GraphQL Language Service | Joosep Alviste | 2021-01-27 | 1 | -0/+31 | |
| | | | | ||||||
| * | | | Merge pull request #658 from elianiva/feat/v-lang-server | Michael Lingelbach | 2021-01-27 | 1 | -0/+36 | |
| |\ \ \ | | | | | | | | | feat: added vls | |||||
| | * | | | feat: added vls | elianiva | 2021-01-12 | 1 | -0/+36 | |
| | | | | | ||||||
| * | | | | Merge pull request #686 from ↵ | Michael Lingelbach | 2021-01-27 | 1 | -0/+7 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | lithammer/bash-language-server-prevent-recursive-scanning bashls: Set GLOB_PATTERN to prevent recursive scanning | |||||
| | * | | | | bashls: Set GLOB_PATTERN to prevent recursive scanning | Peter Lithammer | 2021-01-20 | 1 | -0/+7 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #671 from mjlbach/kotlin_update_roots | Michael Lingelbach | 2021-01-26 | 1 | -3/+9 | |
| |\ \ \ \ \ | | | | | | | | | | | | | kotlin: update roots to fallback to build.gradle | |||||
| | * | | | | | kotlin: update roots to fallback to build.gradle | Michael Lingelbach | 2021-01-15 | 1 | -3/+9 | |
| | | | | | | | ||||||
| * | | | | | | omnisharp: update instructions for darwin/linux | Michael Lingelbach | 2021-01-25 | 1 | -2/+10 | |
| | | | | | | | ||||||
| * | | | | | | remove client/registerCapability handler | Michael Lingelbach | 2021-01-25 | 1 | -20/+0 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated commands :LspInstall and :LspInstallInfo | Michael Lingelbach | 2021-01-24 | 1 | -16/+0 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #690 from teto/compact-lsp-info | Michael Lingelbach | 2021-01-24 | 1 | -16/+22 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | chore: make LspInfo output more compact | |||||
| | * | | | | | | LspInfo: make output more compact | Matthieu Coudron | 2021-01-24 | 1 | -16/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to save screen estate | |||||
| * | | | | | | | Merge pull request #680 from delphinus/feature/use-nvim-exec | Michael Lingelbach | 2021-01-22 | 1 | -7/+0 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Use nvim_exec | |||||
| | * | | | | | | | Remove an unused func | delphinus | 2021-01-20 | 1 | -7/+0 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #668 from mhartington/angularls-bin | Michael Lingelbach | 2021-01-22 | 1 | -5/+4 | |
| |\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | use new global bin command | |||||
| | * | | | | | | | use new global bin command | Mike Hartington | 2021-01-14 | 1 | -5/+4 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #672 from mjlbach/refactor_lspinfo | Michael Lingelbach | 2021-01-22 | 2 | -114/+120 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | lspinfo: move to module | |||||
| | * | | | | | | | | lspinfo: move to module | Michael Lingelbach | 2021-01-15 | 2 | -114/+120 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Correct dirname typo in racket_langserver | ckipp01 | 2021-01-22 | 1 | -1/+1 | |
| | |_|_|_|/ / / / |/| | | | | | | | ||||||
