| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | Fix problems when relative paths are passed | erw7 | 2020-03-01 | 2 | -1/+12 | |
| | | | | | ||||||
| * | | | | Merge pull request #146 from mhartington/feat-html-lsp | Hirokazu Hata | 2020-03-02 | 1 | -0/+54 | |
| |\ \ \ \ | |/ / / |/| | | | init html lsp | |||||
| | * | | | fix failing lint | Mike Hartington | 2020-02-24 | 1 | -1/+0 | |
| | | | | | ||||||
| | * | | | updates based on feedback | Mike Hartington | 2020-02-24 | 1 | -6/+0 | |
| | | | | | ||||||
| | * | | | update docs | Mike Hartington | 2020-02-23 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | init html lsp | Mike Hartington | 2020-02-23 | 1 | -0/+61 | |
| | | | | | ||||||
| * | | | | Run hie-wrapper with --lsp | Leif Metcalf | 2020-02-25 | 1 | -1/+1 | |
| | |/ / |/| | | ||||||
| * | | | window/showMessage: the display level can be set for 'window/showMessage' ↵ | Hirokazu Hata | 2020-02-24 | 32 | -59/+12 | |
| |/ / | | | | | | | | | | | notification related with #127 | |||||
| * / | pyls: change root_dir to CWD #144 | Eisuke Kawashima | 2020-02-23 | 1 | -1/+4 | |
| |/ | | | to prevent pyls from traversing HOME directory | |||||
| * | rust-analyzer: rename command name | Hirokazu Hata | 2020-02-18 | 1 | -1/+1 | |
| | | ||||||
| * | lua: remove `settings = {}` | Hirokazu Hata | 2020-02-16 | 23 | -23/+0 | |
| | | | | | configs.lua set settings vim.empty_dict() as default | |||||
| * | Use empty_dict instead of {} | Hirokazu Hata | 2020-02-16 | 3 | -6/+5 | |
| | | ||||||
| * | Merge pull request #120 from teto/checkhealth | Hirokazu Hata | 2020-02-16 | 3 | -5/+34 | |
| |\ | | | | | [RDY] checkhealth: add checkhealth nvim_lsp command | |||||
| | * | checkhealth: add checkhealth nvim_lsp command | Matthieu Coudron | 2020-02-13 | 3 | -5/+34 | |
| | | | | | | | | | Only check command for now | |||||
| * | | Merge pull request #122 from kdheepak/kd/add-nimls | Hirokazu Hata | 2020-02-16 | 1 | -0/+46 | |
| |\ \ | | | | | | | Add nimls | |||||
| | * | | Add nimls | Dheepak Krishnamurthy | 2020-02-14 | 1 | -0/+46 | |
| | |/ | ||||||
| * | | Merge pull request #119 from GenesisTMS/master | Hirokazu Hata | 2020-02-16 | 1 | -0/+64 | |
| |\ \ | |/ |/| | Add dartls lua script | |||||
| | * | Fix shadowing variable | tms | 2020-02-15 | 1 | -2/+2 | |
| | | | ||||||
| | * | dartls: auto detect Dart SDK root path | Hirokazu Hata | 2020-02-12 | 1 | -5/+32 | |
| | | | ||||||
| | * | Update | tms | 2020-02-08 | 1 | -7/+2 | |
| | | | ||||||
| | * | Update lua/nvim_lsp/dartls.lua | GenesisTMS | 2020-02-08 | 1 | -0/+1 | |
| | | | | | | | | | | | Add package json for automatically update README Co-Authored-By: Hirokazu Hata <h.hata.ai.t@gmail.com> | |||||
| | * | Update lua/nvim_lsp/dartls.lua | GenesisTMS | 2020-02-08 | 1 | -1/+1 | |
| | | | | | | | Co-Authored-By: Hirokazu Hata <h.hata.ai.t@gmail.com> | |||||
| | * | Update lua/nvim_lsp/dartls.lua | GenesisTMS | 2020-02-08 | 1 | -2/+1 | |
| | | | | | | | Co-Authored-By: Hirokazu Hata <h.hata.ai.t@gmail.com> | |||||
| | * | Remove whitespace (luacheck err) | tms | 2020-02-08 | 1 | -1/+1 | |
| | | | ||||||
| | * | Typo unused variable | tms | 2020-02-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add dartls lua script | tms | 2020-02-07 | 1 | -0/+42 | |
| | | | ||||||
| * | | vue-language-server #117 | Hirokazu Hata | 2020-02-09 | 1 | -0/+127 | |
| |/ | ||||||
| * | clangd: fix root_dir problem #114 | erw7 | 2020-02-05 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | - On Windows an error occurred (#113). - On non-Windows, it was always the directory where the file located. Since 638dad178311e the following error occurs when opening a C source file on Windows: E5108: Error executing lua shared.lua:427: root_dir: expected directory, got C:\msys64\home\erw7\src\github.com\neovim\neovim\src\nvim\tui\tui.c On Windows, the following result does not seem to be `nil`. vim.loop.fs_stat('C:\\Windows\\System32\\notepad.exe\\.') fix #113 | |||||
| * | julials #91 | Dheepak Krishnamurthy | 2020-02-05 | 1 | -0/+53 | |
| | | ||||||
| * | jsonls (vscode-json-languageserver) #85 | Hirokazu Hata | 2020-02-02 | 1 | -0/+54 | |
| | | ||||||
| * | doc #108 | Justin M. Keyes | 2020-01-31 | 1 | -13/+13 | |
| | | | | | - mention :packadd - more renames | |||||
| * | pyls_ms: bump auto-install version #99 | Michael Lingelbach | 2020-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | configs.__newindex(): set init_options to empty dict | Jan | 2020-01-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Problem: Sending default initOptions to ra_lsp_server the init options emits error: "failed to deserialize config: invalid length 0, expected struct ServerConfig with 12 elements" when receiving an empty initializationOptions from vim.lsp. Solution: Use an empty dict instead of empty list for default_config.init_options LSP spec says initOptions must be a dictionary. fix #94 fix #107 | |||||
| * | rename "skeleton" to "configs" | Justin M. Keyes | 2020-01-31 | 1 | -4/+4 | |
| | | | | | | ref b487481e19ab ref #100 | |||||
| * | rename "skeleton" to "configs" #100 | Michael Lingelbach | 2020-01-31 | 26 | -94/+94 | |
| | | | | | | | | | | | | | | | `nvim_lsp/skeleton.lua` is not really a skeleton, it's a `configs` class that provides 1. actual functionality 2. a bunch of configs Each config is added to the `configs` object (FKA "skeleton") as a property. Those configs are not "templates", they are "configs". So we should clean up the wording in various places to say "config" instead of "skeleton"/"template". Closes #64 | |||||
| * | clangd: fallback root_dir to CWD #105 | Eisuke Kawashima | 2020-01-27 | 1 | -2/+2 | |
| | | | | c.f. #44 | |||||
| * | Update coursier url (#104) | Chris Kipp | 2020-01-26 | 1 | -1/+1 | |
| | | ||||||
| * | metals (75 | Fernando Garcia Borges | 2020-01-25 | 1 | -0/+79 | |
| | | | | | Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com> | |||||
| * | yaml-language-server #88 | Hirokazu Hata | 2020-01-05 | 1 | -0/+50 | |
| | | ||||||
| * | terraform-lsp #90 | Hirokazu Hata | 2020-01-05 | 1 | -0/+26 | |
| | | ||||||
| * | skeleton.setup(): pass init_options #89 | Hirokazu Hata | 2020-01-05 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | Nvim built-in lsp client can handle `initializeOptions` as init_options. But nvim-lsp can't give init_options to lsp.start_client. Not all language servers implement `workspace/didChangeConfiguration` now .(ex, gopls) If we use those servers, we get 'not yet implement' error message. So if config.settings is empty list, we don't request `workspace/didChangeConfiguration`. For reference, other client impls: - https://github.com/prabirshrestha/vim-lsp/blob/f769a450b2b96d517610f0e69408c2ebd5cb4214/autoload/lsp.vim#L355-L356 https://github.com/autozimu/LanguageClient-neovim/blob/5d0b1528f2e5d524a739277b4a1623bcfc0e8688/src/language_server_protocol.rs#L3059-L3070 - https://github.com/natebosch/vim-lsc/blob/bef6e960731f1a2b8797dfee29a14e5a650013ca/autoload/lsc/server.vim#L128-L143 https://github.com/prabirshrestha/vim-lsp/blob/f769a450b2b96d517610f0e69408c2ebd5cb4214/autoload/lsp.vim#L461-L519 | |||||
| * | CI: luacheck #86 | Hirokazu Hata | 2019-12-31 | 7 | -38/+35 | |
| | | ||||||
| * | vimls #84 | Michael Lingelbach | 2019-12-28 | 1 | -0/+64 | |
| | | ||||||
| * | Add ocamlls (#76) | Fernando Garcia Borges | 2019-12-27 | 1 | -0/+48 | |
| | | ||||||
| * | flow: set package.json #79 | Hirokazu Hata | 2019-12-24 | 1 | -0/+1 | |
| | | ||||||
| * | pyls_ms: add documentation, fix os check #78 | Michael Lingelbach | 2019-12-22 | 1 | -3/+13 | |
| | | ||||||
| * | intelephense (PHP) #61 | Simon Hartcher | 2019-12-16 | 2 | -0/+87 | |
| | | | | | * use composer.json for root * prefer cwd unless root is outside cwd | |||||
| * | sumneko_lua: add macOS support to installer #71 | JINNOUCHI Yasushi | 2019-12-16 | 1 | -8/+28 | |
| | | ||||||
| * | pyls_ms: Fix OS detection #72 | JINNOUCHI Yasushi | 2019-12-16 | 1 | -3/+3 | |
| | | | | vim.fn.has('xxx') returns 1 or 0 that both are true in lua. | |||||
| * | dockerls: Fix names #73 | JINNOUCHI Yasushi | 2019-12-16 | 1 | -4/+4 | |
| | | ||||||
