aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #141 from h-michael/healthcheckHirokazu Hata2020-03-101-7/+13
|\ \ | | | | | | healthcheck: use pcall for config.cmd error
| * | healthcheck: use pcallHirokazu Hata2020-03-051-7/+13
| | |
* | | add efm-langserver configJesse Hoyos2020-03-061-0/+25
| | |
* | | Merge pull request #132 from Shatur95/add_gdscriptHirokazu Hata2020-03-061-0/+22
|\ \ \ | | | | | | | | Add GDScript support
| * | | Remove log_level according to the latest changes is masterShatur952020-02-251-2/+0
| | | |
| * | | Merge branch 'master' into add_gdscriptShatur952020-02-2532-60/+16
| |\ \ \ | | | |/ | | |/|
| * | | Fix review issuesShatur952020-02-201-3/+1
| | | |
| * | | Add GDScript supportShatur952020-02-201-0/+26
| | |/ | |/|
* | | Merge pull request #147 from h-michael/lua-lspHirokazu Hata2020-03-051-0/+10
|\ \ \ | | | | | | | | lua language server: add a more detailed description of cmd
| * | | lua language server: add a more detailed description of cmdHirokazu Hata2020-02-241-0/+10
| | |/ | |/| | | | | | | ref: #136
* | | vuels: change package name from 'vue-language-server' to 'vls'Hirokazu Hata2020-03-051-3/+3
| | | | | | | | | | | | ref: https://github.com/vuejs/vetur/releases/tag/v0.24.0
* | | Merge pull request #153 from erw7/fix-clangd-root-dir2Hirokazu Hata2020-03-022-1/+12
|\ \ \ | | | | | | | | Fix clangd issue on Windows
| * | | Fix problems when relative paths are passederw72020-03-012-1/+12
| | | |
* | | | Merge pull request #146 from mhartington/feat-html-lspHirokazu Hata2020-03-021-0/+54
|\ \ \ \ | |/ / / |/| | | init html lsp
| * | | fix failing lintMike Hartington2020-02-241-1/+0
| | | |
| * | | updates based on feedbackMike Hartington2020-02-241-6/+0
| | | |
| * | | update docsMike Hartington2020-02-231-1/+1
| | | |
| * | | init html lspMike Hartington2020-02-231-0/+61
| | | |
* | | | Run hie-wrapper with --lspLeif Metcalf2020-02-251-1/+1
| |/ / |/| |
* | | window/showMessage: the display level can be set for 'window/showMessage' ↵Hirokazu Hata2020-02-2432-59/+12
|/ / | | | | | | | | | | notification related with #127
* / pyls: change root_dir to CWD #144Eisuke Kawashima2020-02-231-1/+4
|/ | | to prevent pyls from traversing HOME directory
* rust-analyzer: rename command nameHirokazu Hata2020-02-181-1/+1
|
* lua: remove `settings = {}`Hirokazu Hata2020-02-1623-23/+0
| | | | configs.lua set settings vim.empty_dict() as default
* Use empty_dict instead of {}Hirokazu Hata2020-02-163-6/+5
|
* Merge pull request #120 from teto/checkhealthHirokazu Hata2020-02-163-5/+34
|\ | | | | [RDY] checkhealth: add checkhealth nvim_lsp command
| * checkhealth: add checkhealth nvim_lsp commandMatthieu Coudron2020-02-133-5/+34
| | | | | | | | Only check command for now
* | Merge pull request #122 from kdheepak/kd/add-nimlsHirokazu Hata2020-02-161-0/+46
|\ \ | | | | | | Add nimls
| * | Add nimlsDheepak Krishnamurthy2020-02-141-0/+46
| |/
* | Merge pull request #119 from GenesisTMS/masterHirokazu Hata2020-02-161-0/+64
|\ \ | |/ |/| Add dartls lua script
| * Fix shadowing variabletms2020-02-151-2/+2
| |
| * dartls: auto detect Dart SDK root pathHirokazu Hata2020-02-121-5/+32
| |
| * Updatetms2020-02-081-7/+2
| |
| * Update lua/nvim_lsp/dartls.lua GenesisTMS2020-02-081-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.luaGenesisTMS2020-02-081-1/+1
| | | | | | Co-Authored-By: Hirokazu Hata <h.hata.ai.t@gmail.com>
| * Update lua/nvim_lsp/dartls.luaGenesisTMS2020-02-081-2/+1
| | | | | | Co-Authored-By: Hirokazu Hata <h.hata.ai.t@gmail.com>
| * Remove whitespace (luacheck err)tms2020-02-081-1/+1
| |
| * Typo unused variabletms2020-02-071-1/+1
| |
| * Add dartls lua scripttms2020-02-071-0/+42
| |
* | vue-language-server #117Hirokazu Hata2020-02-091-0/+127
|/
* clangd: fix root_dir problem #114erw72020-02-051-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 #91Dheepak Krishnamurthy2020-02-051-0/+53
|
* jsonls (vscode-json-languageserver) #85Hirokazu Hata2020-02-021-0/+54
|
* nvim_lsp.lua: lazy require language server modules (#109)Hirokazu Hata2020-02-021-27/+3
|
* doc #108Justin M. Keyes2020-01-311-13/+13
| | | | - mention :packadd - more renames
* pyls_ms: bump auto-install version #99Michael Lingelbach2020-01-311-1/+1
|
* configs.__newindex(): set init_options to empty dictJan2020-01-311-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. Keyes2020-01-311-4/+4
| | | | | ref b487481e19ab ref #100
* rename "skeleton" to "configs" #100Michael Lingelbach2020-01-3127-107/+107
| | | | | | | | | | | | | | `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 #105Eisuke Kawashima2020-01-271-2/+2
| | | c.f. #44
* Update coursier url (#104)Chris Kipp2020-01-261-1/+1
|