| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 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 | 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 | 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 |
| * | Add sqls support (#422) | rayx | 2021-01-30 | 1 | -0/+29 |
| * | JDT LS: Add callback for language/status | HiPhish | 2021-01-30 | 1 | -10/+30 |
| * | JDT LS: add more root pattern files | HiPhish | 2021-01-30 | 1 | -1/+20 |
| * | 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 | elianiva | 2021-01-12 | 1 | -0/+36 |
| * | | Merge pull request #686 from lithammer/bash-language-server-prevent-recursive... | Michael Lingelbach | 2021-01-27 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | 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 | 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 |
| |\ \ \ \ | |||||
| | * | | | | LspInfo: make output more compact | Matthieu Coudron | 2021-01-24 | 1 | -16/+22 |
| * | | | | | Merge pull request #680 from delphinus/feature/use-nvim-exec | Michael Lingelbach | 2021-01-22 | 1 | -7/+0 |
| |\ \ \ \ \ | |||||
| | * | | | | | 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 | 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 | Michael Lingelbach | 2021-01-15 | 2 | -114/+120 |
| * | | | | | | | Correct dirname typo in racket_langserver | ckipp01 | 2021-01-22 | 1 | -1/+1 |
| | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | | Add racket_langserver. | ckipp01 | 2021-01-20 | 1 | -0/+28 |
| | |_|/ / / |/| | | | | |||||
| * | | | | | Merge pull request #678 from mjlbach/pyright_update_root | Michael Lingelbach | 2021-01-18 | 1 | -1/+12 |
| |\ \ \ \ \ | |||||
| | * | | | | | pyright: add current file directory as fallback for root | Michael Lingelbach | 2021-01-18 | 1 | -1/+12 |
| | |/ / / / | |||||
| * | | | | | vimls: change to use cwd instead of home for root | Michael Lingelbach | 2021-01-18 | 1 | -1/+1 |
| * | | | | | scry: Fix missing function call in root_dir | Peter Lithammer | 2021-01-18 | 1 | -1/+1 |
| |/ / / / | |||||
| * | | | | Add handling for nil filetypes | Michael Lingelbach | 2021-01-15 | 1 | -1/+1 |
| * | | | | Merge pull request #509 from mjlbach/remove_deprecated_handlers | Michael Lingelbach | 2021-01-15 | 2 | -46/+0 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | remove deprecated handlers that were moved to neovim core | Michael Lingelbach | 2021-01-08 | 2 | -46/+0 |
| * | | | | Merge pull request #670 from mjlbach/add_executable_check | Michael Lingelbach | 2021-01-15 | 1 | -2/+7 |
| |\ \ \ \ | |||||
| | * | | | | Check if language server is executable before trying to start it | Michael Lingelbach | 2021-01-14 | 1 | -2/+7 |
| | | |/ / | |/| | | |||||
| * | | | | LspInfo: fix display when client cmd contains newlines | Michael Lingelbach | 2021-01-14 | 2 | -32/+49 |
| * | | | | LspInfo: fix when filetypes not defined | Michael Lingelbach | 2021-01-14 | 1 | -9/+20 |
| |/ / / | |||||
| * | | | Fix root detection for LspInfo, cache setup | Michael Lingelbach | 2021-01-14 | 2 | -10/+12 |
