| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | dockerls: Fix names #73 | JINNOUCHI Yasushi | 2019-12-16 | 1 | -4/+4 | |
| | | ||||||
| * | doc: fix copypasta | Justin M. Keyes | 2019-12-09 | 1 | -2/+1 | |
| | | ||||||
| * | Fix typo in dockerls (#67) | Ahmed El Gabri | 2019-12-08 | 1 | -2/+1 | |
| | | ||||||
| * | remove Vimscript wrapper nvim_lsp#setup() | Justin M. Keyes | 2019-12-08 | 6 | -13/+10 | |
| | | | | | | | | | | | | | 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 | |||||
| * | :LspInstall : set complete fn to Lua fn | Justin M. Keyes | 2019-12-08 | 1 | -7/+2 | |
| | | | | | | The sid() hack didn't work on my system, and we can reference Lua global functions meanwhile. | |||||
| * | implement "ghcide" #59 | rektrex | 2019-11-30 | 2 | -0/+28 | |
| | | ||||||
| * | Add docker lsp (#56) | Ahmed El Gabri | 2019-11-29 | 2 | -0/+52 | |
| | | ||||||
| * | pyls_ms: Microsoft Python Language Server #57 | Michael Lingelbach | 2019-11-29 | 2 | -0/+127 | |
| | | ||||||
| * | Add support for rust-analyzer (#43) | csmoe | 2019-11-26 | 2 | -0/+29 | |
| | | | | | * add support for rust-analyzer * add rust-analyzer package json | |||||
| * | Add docs and vscode names. (#53) | Ashkan Kiani | 2019-11-26 | 6 | -3/+10 | |
| | | | | | | | | | * Add vscode name for leanls * Add vscode name for fortls * Add vscode name for solargraph * Add vscode name for ccls * Add vscode name for elmls * Update for new lsp.callbacks and add note. | |||||
| * | Add support for lean language server (#51) | Felipe Morales | 2019-11-26 | 2 | -0/+27 | |
| | | ||||||
| * | Add support for fortls (#52) | Eisuke Kawashima | 2019-11-26 | 2 | -0/+30 | |
| | | ||||||
| * | Add sumneko_lua installation and util.sh helper. (#49) | Ashkan Kiani | 2019-11-26 | 5 | -1/+170 | |
| | | | | | | | | | * Add sumneko_lua installation and util.sh helper. * Add vspackage extraction for package.json information via vscode name. * Allow specifying a tempdir at DOCGEN_TEMPDIR * Fix on_new_config and add docs for root_dir * User settings titles are not always useful | |||||
| * | Merge pull request #46 from neovim/fix-lsp-followup | Björn Linse | 2019-11-24 | 1 | -1/+1 | |
| |\ | | | | | Fixes for new LSP changes | |||||
| | * | Fixes for new LSP changes | Ashkan Kiani | 2019-11-21 | 1 | -1/+1 | |
| | | | ||||||
| * | | Bugfix in settings lookup (#47) | Ashkan Kiani | 2019-11-21 | 1 | -0/+3 | |
| |/ | ||||||
| * | Add workspace/didChangeConfiguration support. (#30) | Ashkan Kiani | 2019-11-21 | 1 | -0/+15 | |
| | | | | | - Add client.workspace_did_change_configuration() - Notify settings on init. | |||||
| * | Remove -o pipefail for dash compatibility | Ashkan Kiani | 2019-11-21 | 2 | -2/+2 | |
| | | | | | Fixes neovim/nvim-lsp#39. | |||||
| * | Fix iterate_parents infinite loop on Windows (#42) | erw7 | 2019-11-20 | 1 | -3/+6 | |
| | | | | | | | | | | - Fix the problem that Windows identification fails because uv.os_uname().sysname is different between MSVC(Windows_NT) and MINGW(MINGW32_NT-XX.X). - Fixes an issue where is_fs_root() does not return true in the root directory because dirname() returns a value (such as C:) that does not include the last path_sep. - Fix problem where path_join('/', 'home') return '//home'. | |||||
| * | Update util.lua (#38) | yangyangxcf | 2019-11-20 | 1 | -1/+1 | |
| | | | | `api.nvim_err_writeln` expected only 1 argument | |||||
| * | Add support solargraph (#37) | Hirokazu Hata | 2019-11-19 | 2 | -0/+32 | |
| | | ||||||
| * | Add css lsp (#36) | Mike Hartington | 2019-11-19 | 2 | -0/+61 | |
| | | ||||||
| * | Add package_json for pyls and update docgen (#32) | Ashkan Kiani | 2019-11-17 | 1 | -37/+2 | |
| | | ||||||
| * | Change root_dir for single instance servers (#33) | Ashkan Kiani | 2019-11-17 | 4 | -8/+3 | |
| | | | | | * Use os_homedir as root_dir for single instance servers. | |||||
| * | Fix docs and add util.once (#31) | Ashkan Kiani | 2019-11-17 | 5 | -9/+10 | |
| | | ||||||
| * | Refactor docgen and add package.json support (#29) | Ashkan Kiani | 2019-11-17 | 1 | -0/+1 | |
| | | ||||||
| * | Add support for haskell-ide-engine (#21) | czwinzscher | 2019-11-17 | 2 | -0/+41 | |
| | | ||||||
| * | Add support flow language server (#18) | Hirokazu Hata | 2019-11-17 | 2 | -1/+35 | |
| | | ||||||
| * | Basic support for the ccls language server (#19) | Petter Wahlman | 2019-11-17 | 2 | -0/+31 | |
| | | | | Based on the clangd equivalent | |||||
| * | Add rls support (#24) | Hirokazu Hata | 2019-11-17 | 2 | -0/+37 | |
| | | ||||||
| * | Improve docgen (#27) | Ashkan Kiani | 2019-11-17 | 1 | -2/+3 | |
| | | | | | | - Automatically generate the `Implemented servers` section. - Remove dependency on `cat` - Provide scripts/docgen.sh which actually reports errors. | |||||
| * | Redo installation. (#17) | Ashkan Kiani | 2019-11-15 | 7 | -207/+260 | |
| | | | | | | | | | | | | | | | | * 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 | |||||
| * | Add bash language server (#15) | Daniel Voogsgerd | 2019-11-15 | 2 | -0/+29 | |
| | | ||||||
| * | Initial typescript support (#8) | Jesse Hoyos | 2019-11-15 | 2 | -0/+110 | |
| | | ||||||
| * | Texlab settings (#14) | Christian Clason | 2019-11-15 | 1 | -1/+16 | |
| | | | | | * mark settings markdown as lua * add complete set of (default) options for texlab | |||||
| * | Add ElmLS (#9) | Ashkan Kiani | 2019-11-14 | 5 | -7/+160 | |
| | | | | | | | | | | | | | | - Initial add of elmLS support - Removes unnecessary vim.schedule_wrap fn calls in elmls & clangd impls - Add automatic installation for elmls and update docs. - Sort server output in the README. - Add commands for elmls for buffer and globally. - [bugfix] Skeleton could've tried to attach even if root_dir was nil TODO: check for updates and warn the user if there are updates when an elm server is started. Co-authored-by: Seth Messer <seth.messer@gmail.com> | |||||
| * | Add initial support for python-language-server (#3) | Christian Clason | 2019-11-14 | 2 | -0/+66 | |
| | | | | | | | | | | * initial support for python-language-server * put settings in documentation also: update docgen script update setup call examples in README_preamble | |||||
| * | Rename to nvim_lsp and nvim-lsp. | Ashkan Kiani | 2019-11-14 | 7 | -26/+26 | |
| | | ||||||
| * | Add contributing docs and clangd config. | Ashkan Kiani | 2019-11-14 | 3 | -1/+42 | |
| | | ||||||
| * | Use new skeleton. Add docs generator. | Ashkan Kiani | 2019-11-14 | 5 | -406/+215 | |
| | | ||||||
| * | Bugfix and indentation | Ashkan Kiani | 2019-11-13 | 2 | -60/+62 | |
| | | ||||||
| * | Add gopls, path utils, and root_pattern pattern. | Ashkan Kiani | 2019-11-13 | 3 | -1/+345 | |
| | | ||||||
| * | Remove print statement. | Ashkan Kiani | 2019-11-13 | 2 | -3/+3 | |
| | | ||||||
| * | Improve skeleton | Ashkan Kiani | 2019-11-13 | 3 | -57/+97 | |
| | | ||||||
| * | Improve the skeleton. | Ashkan Kiani | 2019-11-13 | 2 | -29/+49 | |
| | | ||||||
| * | Add alias for texlab_buf_build | Ashkan Kiani | 2019-11-13 | 1 | -0/+2 | |
| | | ||||||
| * | Add skeleton and refactor texlab. | Ashkan Kiani | 2019-11-13 | 4 | -28/+139 | |
| | | ||||||
| * | Add more documentation and clean up. | Ashkan Kiani | 2019-11-13 | 1 | -22/+49 | |
| | | ||||||
| * | Use spaces instead of tabs. | Ashkan Kiani | 2019-11-13 | 2 | -105/+107 | |
| | | ||||||
| * | Add configuration options. | Ashkan Kiani | 2019-11-13 | 2 | -21/+76 | |
| | | ||||||
