| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Ada Language Server: describe how to set settings | glacambre | 2020-04-23 | 1 | -1/+14 |
| | | |||||
| * | Make installer for sumneko_lua more robust | David Lukes | 2020-04-22 | 1 | -3/+3 |
| | | | | | | | | - I had to install clang for the installation to complete -> check for that up front - quote PATH update (especially on WSL, PWD and PATH will easily contain whitespace) | ||||
| * | Merge pull request #171 from glacambre/als | Hirokazu Hata | 2020-04-21 | 1 | -0/+92 |
| |\ | |||||
| | * | Add Ada Language Server (als) | glacambre | 2020-04-21 | 1 | -0/+92 |
| | | | |||||
| * | | fix package.json source URI | Hirokazu Hata | 2020-04-10 | 5 | -5/+5 |
| | | | | | | | | | Resolve CI failure: https://github.com/neovim/nvim-lsp/runs/576174254 | ||||
| * | | Merge pull request #182 from jubnzv/ocamllsp-support | Hirokazu Hata | 2020-04-10 | 1 | -0/+26 |
| |\ \ | | | | | | | Add ocaml-lsp support | ||||
| | * | | Update lua/nvim_lsp/ocamllsp.lua | Georgy Komarov | 2020-03-29 | 1 | -3/+1 |
| | | | | | | | | | | Co-Authored-By: Hirokazu Hata <h.hata.ai.t@gmail.com> | ||||
| | * | | Add ocaml-lsp support | Georgy Komarov | 2020-03-28 | 1 | -0/+28 |
| | | | | |||||
| * | | | Merge pull request #184 from supermarin/sourcekit-lsp | Hirokazu Hata | 2020-04-10 | 1 | -0/+25 |
| |\ \ \ | | | | | | | | | Add Swift support through sourcekit-lsp | ||||
| | * | | | Add Swift support through sourcekit-lsp | Marin Usalj | 2020-04-06 | 1 | -0/+25 |
| | |/ / | | | | | | | | | | | | | This is still experimental, and requires you to have sourcekit-lsp in your PATH. You can find the binary with `xcrun --find sourcekit-lsp` | ||||
| * / / | Automatically fetch latest version of pyls_ms | Michael Lingelbach | 2020-03-28 | 1 | -1/+13 |
| |/ / | |||||
| * | | Add CodeQL support (#138) | Alvaro Muñoz | 2020-03-26 | 1 | -0/+50 |
| | | | | | | | * Add support for CodeQL LS | ||||
| * | | Merge pull request #178 from h-michael/deep-extend | Hirokazu Hata | 2020-03-26 | 3 | -21/+33 |
| |\ \ | | | | | | | util: add behavior options to tbl_deep_extend function | ||||
| | * | | util: add behavior options to tbl_deep_extend function | Hirokazu Hata | 2020-03-22 | 3 | -21/+33 |
| | | | | | | | | | | | | | | | | tbl_deep_extend always override extended table properties. This behavior is not expected. This will fix #155. | ||||
| * | | | Merge pull request #179 from h-michael/invalid-root-dir | Hirokazu Hata | 2020-03-24 | 2 | -1/+1 |
| |\ \ \ | | | | | | | | | if root_dir is not directry, we don't execute lsp.start_client | ||||
| | * | | | if root_dir is not directry, we don't execute lsp.start_client | Hirokazu Hata | 2020-03-24 | 2 | -1/+1 |
| | |/ / | | | | | | | | | | | | | fix: #161. If the buffer is not actual file like the special buffer for the plugin, it doesn't have root_dir and we should not execute lsp.start_client for that buffer. | ||||
| * / / | Update pyls_ms: 0.5.31 | yaegassy | 2020-03-23 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #176 from lithammer/bashls-root-dir | Hirokazu Hata | 2020-03-21 | 1 | -1/+1 |
| |\ \ | | | | | | | Change root_dir for bashls to pwd | ||||
| | * | | bashls: Change root_dir to pwd | Peter Lithammer | 2020-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bash language server (if provided) will try to initialize all shell files it can find in the `root_dir`. The takes forever and probably isn't great from a security perspective. > If the rootPath is provided it will initialize all shell files it can > find anywhere on that path. This non-exhaustive glob is used to > preload the parser. https://github.com/bash-lsp/bash-language-server/blob/790f5a5203af62755d6cec38ef1620e2b2dc0dcd/server/src/analyser.ts#L33-L35 | ||||
| * | | | fix: require target language server module before LspInstall and LspInstallInfo | Hirokazu Hata | 2020-03-21 | 1 | -0/+6 |
| |/ / | | | | | | | | | At 6d380677502de0a750dc61dc537fedccebfefd5d, make requiring all language server modules lazy. That commit broke LspInstall and LspInstallInfo | ||||
| * | | Support rust-analyzer's rust-project.json format | Benjamin Brittain | 2020-03-18 | 1 | -2/+2 |
| | | | |||||
| * | | metals: change config attribute name to filetypes from filetype | Hirokazu Hata | 2020-03-18 | 1 | -1/+1 |
| | | | |||||
| * | | Add Purescript language server (#168) | Antoine Gagné | 2020-03-18 | 1 | -0/+46 |
| |/ | | | * Add Purescript language server | ||||
| * | Merge pull request #149 from h-michael/override-default | Hirokazu Hata | 2020-03-10 | 2 | -7/+9 |
| |\ | | | | | default_config: let user specify default_config yourself. | ||||
| | * | default_config: let user specify default_config yourself. | Hirokazu Hata | 2020-03-05 | 2 | -7/+9 |
| | | | | | | | | | | | If users want to change something like log_level for all servers, changing log_level for all servers is a bit tedious. So we can make this easier by overriding util.default_config. | ||||
| * | | Merge pull request #141 from h-michael/healthcheck | Hirokazu Hata | 2020-03-10 | 1 | -7/+13 |
| |\ \ | | | | | | | healthcheck: use pcall for config.cmd error | ||||
| | * | | healthcheck: use pcall | Hirokazu Hata | 2020-03-05 | 1 | -7/+13 |
| | | | | |||||
| * | | | add efm-langserver config | Jesse Hoyos | 2020-03-06 | 1 | -0/+25 |
| | | | | |||||
| * | | | Merge pull request #132 from Shatur95/add_gdscript | Hirokazu Hata | 2020-03-06 | 1 | -0/+22 |
| |\ \ \ | | | | | | | | | Add GDScript support | ||||
| | * | | | Remove log_level according to the latest changes is master | Shatur95 | 2020-02-25 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | Merge branch 'master' into add_gdscript | Shatur95 | 2020-02-25 | 32 | -60/+16 |
| | |\ \ \ | | | |/ | | |/| | |||||
| | * | | | Fix review issues | Shatur95 | 2020-02-20 | 1 | -3/+1 |
| | | | | | |||||
| | * | | | Add GDScript support | Shatur95 | 2020-02-20 | 1 | -0/+26 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #147 from h-michael/lua-lsp | Hirokazu Hata | 2020-03-05 | 1 | -0/+10 |
| |\ \ \ | | | | | | | | | lua language server: add a more detailed description of cmd | ||||
| | * | | | lua language server: add a more detailed description of cmd | Hirokazu Hata | 2020-02-24 | 1 | -0/+10 |
| | | |/ | |/| | | | | | | | ref: #136 | ||||
| * | | | vuels: change package name from 'vue-language-server' to 'vls' | Hirokazu Hata | 2020-03-05 | 1 | -3/+3 |
| | | | | | | | | | | | | | ref: https://github.com/vuejs/vetur/releases/tag/v0.24.0 | ||||
| * | | | Merge pull request #153 from erw7/fix-clangd-root-dir2 | Hirokazu Hata | 2020-03-02 | 2 | -1/+12 |
| |\ \ \ | | | | | | | | | Fix clangd issue on Windows | ||||
| | * | | | 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 | ||||
