| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | checkhealth: add checkhealth nvim_lsp command | Matthieu Coudron | 2020-02-13 | 1 | -0/+4 |
| | | | | | Only check command for now | ||||
| * | remove Vimscript wrapper nvim_lsp#setup() | Justin M. Keyes | 2019-12-08 | 1 | -3/+0 |
| | | | | | | | | | | | | | Lua is easy to use from Vimscript, there is no reason to have multiple ways to work with nvim-lsp. - massively clarifies the "story" that users need to comprehend - reduces surface area, maintenance, tests - avoids constant "Vim or Lua" dance in the documentation - simplifies discussions, tutorials, etc. - avoids confusing situation for users that start with Vimscript but later need Lua-only features | ||||
| * | Redo installation. (#17) | Ashkan Kiani | 2019-11-15 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | * Redo installation. Servers which want to be auto installed should specify skeleton[name].install() and it will be automatically added to the list of installable servers. - Add :LspInstall and :LspInstallInfo - Auto generate docs for servers with .install() available. - Add util.npm_installer - Refactor utf8 capabilities common config into a single function - Add contribution notes. - Also expose util.base_install_dir for other installers potentially - Fix tsserver's arguments and add javascript filetypes | ||||
| * | Rename to nvim_lsp and nvim-lsp. | Ashkan Kiani | 2019-11-14 | 2 | -12/+12 |
| | | |||||
| * | Add contributing docs and clangd config. | Ashkan Kiani | 2019-11-14 | 1 | -6/+6 |
| | | |||||
| * | Bugfix | Ashkan Kiani | 2019-11-14 | 1 | -1/+1 |
| | | |||||
| * | Add gopls, path utils, and root_pattern pattern. | Ashkan Kiani | 2019-11-13 | 1 | -3/+8 |
| | | |||||
| * | Add skeleton and refactor texlab. | Ashkan Kiani | 2019-11-13 | 1 | -1/+5 |
| | | |||||
| * | Add vim function for texlab. | Ashkan Kiani | 2019-11-13 | 1 | -0/+3 |
