aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp
Commit message (Collapse)AuthorAgeFilesLines
* zig: nvim_lsp/zls.lua -> lspconfig/zls.luaMichael Lingelbach2020-12-181-22/+0
|
* groovyls: nvim_lsp -> lspconfigTormod Alf Try Tufteland2020-12-111-109/+0
|
* Merge branch 'master' of github.com:neovim/nvim-lspconfig into groovyls-supportWuilliam Lacruz2020-12-1057-3475/+22
|\
| * Merge pull request #366 from Ogromny/zls_supportMatthieu Coudron2020-12-031-0/+22
| |\ | | | | | | Add support for Zig Language Server
| | * [ZLS] change root_dirOgromny2020-09-241-2/+4
| | |
| | * [ZLS] initial commitOgromny2020-09-241-0/+20
| | |
| * | Move pyright.lua to correct location under lspconfigMichael Lingelbach2020-11-151-40/+0
| | |
| * | Merge pull request #303 from mjlbach/feature/add-pyright-languageserverHirokazu Hata2020-11-161-0/+40
| |\ \
| | * | nvim_lsp -> lspconfigMichael Lingelbach2020-11-151-2/+2
| | | |
| | * | Update pyright.luaMichael Lingelbach2020-09-091-3/+7
| | | |
| | * | Add analysis settingMichael Lingelbach2020-07-141-0/+1
| | | |
| | * | useLibraryCodeForTypes to automatically parse virtualenvMichael Lingelbach2020-07-141-2/+5
| | | |
| | * | Update root detectionMichael Lingelbach2020-07-141-1/+1
| | | |
| | * | Add pyright languageserverMichael Lingelbach2020-07-141-0/+32
| | | |
| * | | Rename nvim_lsp to lspconfigHirokazu Hata2020-09-0657-3547/+0
| | | |
| * | | Merge pull request #238 from steelsojka/angular-lsMatthieu Coudron2020-11-142-2/+74
| |\ \ \ | | |_|/ | |/| | feat(angular-ls): add angular language service
| | * | feat(angular-ls): add angular language serviceSteven Sojka2020-08-312-2/+74
| | | |
* | | | fix(groovyls) README fixWuilliam Lacruz2020-09-171-1/+1
| | | |
* | | | feat(groovyls) custom and default `cmd` works, readme updatedWuilliam Lacruz2020-09-171-26/+41
| | | |
* | | | feat(groovyls) now works, pending a little refactorWuilliam Lacruz2020-09-171-19/+16
| | | |
* | | | fix(groovyls) Now using the right pathsWuilliam Lacruz2020-09-161-4/+4
| | | |
* | | | feat(groovyls) now is installableWuilliam Lacruz2020-09-161-13/+83
| | | |
* | | | feat(groovyls) a little refactorWuilliam Lacruz2020-09-151-1/+5
| | | |
* | | | fix(groovyls) absolute path to javaWuilliam Lacruz2020-09-151-1/+1
| | | |
* | | | fix(groovyls) bad filenameWuilliam Lacruz2020-09-151-0/+0
| | | |
* | | | feat(groovy) add a basic intent of supportWuilliam Lacruz2020-09-151-0/+23
|/ / /
* | | hls: add config for haskell language server #336Saxon Jensen2020-09-071-0/+24
| | |
* | | terraformls: fix URL #347Hori Ryota2020-09-051-1/+1
| | |
* | | Add "Scry" language server (#343)Peter Lithammer2020-09-051-0/+24
| | |
* | | Add "Rome" language server (#344)Peter Lithammer2020-09-051-0/+37
| | |
* | | terraform-ls: switch to Hashicorp Terraform language server #345Peter Lithammer2020-09-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | The `juliosueiras/terraform-lsp` project readme says: > The aim to have a unified lsp for terraform in the future, but for now there is two concurrent development with collabration to each other, this repo is aim for more experimental features, and the terraform-ls is aim for stableness Hashicorp's seems to be more actively developed nowadays as well. https://github.com/hashicorp/terraform-ls
* | | sqlls: doc #341TJ Kolleh2020-09-011-16/+11
| | | | | | | | | | | | | | | | | | * Add sql-language-server configuration * reference install bin path from installer * Remove attribute block document generation for sqlls. Clarify manual installation instructions
* | | sqlls #339TJ Kolleh2020-08-311-0/+57
| | | | | | | | | | | | | | | | | | | | | * Add sql-language-server configuration * reference install bin path from installer * resolve lint warnings
* | | omnisharp: pass host PID to omnisharp command #335Felipe Junger2020-08-311-2/+2
|/ /
* | Add clojure language server (#305)antónio mora2020-08-301-0/+22
| |
* | Switch to Lua on_exit callback in util.sh (#302)David Lukes2020-08-301-18/+6
| | | | | | | | With neovim/neovim#12507 merged, we can get rid of the hacky global VimL callback :tada:
* | dartls: prefer flutter path over dart #332Himanshu2020-08-301-3/+3
| |
* | doc: show settings stub for rust-analyzer (#199)Aleksey Kladov2020-08-301-0/+3
| |
* | feature(jdtls): add jdt ls for java (#245)Steven Sojka2020-08-301-0/+138
| |
* | Add omnisharp language server (#291)Damien Pontifex2020-08-292-1/+85
| | | | | | | | | | | | | | | | | | | | | | * first pass at adding omnisharp lsp * Using globpath to expand root_patterns * updated command * make run executable * strip whitespace
* | doc: fix typo #328Himanshu2020-08-291-1/+1
| |
* | Merge pull request #307 from beardedsakimonkey/patch-1Hirokazu Hata2020-08-101-0/+3
|\ \ | | | | | | [RFC] don't start up LSP for 'nofile' buffers
| * | [RFC] don't start up LSP for 'nofile' buffersbeardedsakimonkey2020-07-191-0/+3
| |/ | | | | high level goal is to allow users some way to set filetype for a buffer in cases where they don't want to start up an LSP server, e.g. in a fuzzy finder preview
* | Merge pull request #298 from erw7/fix-windows-batchHirokazu Hata2020-08-102-1/+8
|\ \
| * | Add extension to vimls command name on Windowserw72020-07-061-0/+3
| | |
| * | Add extension to solargraph command name on Windowserw72020-07-061-1/+5
| | |
* | | Merge pull request #318 from ciarand/patch-1Hirokazu Hata2020-08-101-1/+1
|\ \ \ | | | | | | | | Use .merlin as identifier for ocamllsp, not merlin
| * | | Use .merlin as identifier for ocamllsp, not merlinCiaran Downey2020-08-061-1/+1
| | |/ | |/| | | | This was missing the dot before. See https://github.com/ocaml/merlin/wiki/project-configuration for details on the file.
* | | Merge pull request #312 from f-person/fix-link-codeql-package-jsonHirokazu Hata2020-08-101-1/+1
|\ \ \ | | | | | | | | fix: codeqlls package.json url
| * | | fix: codeqlls package.json urlf-person2020-07-291-1/+1
| |/ /