aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ /
* / / Add c/cpp/obj-c/obj-cpp to sourcekitDaniel Cheng (鄭郁邦)2020-07-221-1/+1
|/ /
* / Add link to CMake documentation in ccls.lua and clang.luaMuAlphaOmegaEpsilon2020-07-052-0/+2
|/
* Remove call to get Python interpreter and version.kosayoda2020-07-011-9/+9
| | | | | | | | | | | By default, the Microsoft Python Language Server already gets an existing Python interpreter and version from $PATH if the setting is an empty string or null. https://github.com/microsoft/python-language-server/blob/838ba78e00173d639bd90f54d8610ec16b4ba3a2/src/LanguageServer/Impl/Implementation/Server.cs#L143 Looking for `python` and launching the interpreter to get the version on our end is redundant and time-consuming.
* Merge pull request #282 from jerrywang1981/masterHirokazu Hata2020-06-241-0/+1
|\ | | | | LspInstall not working in linux
| * fixJerry Wang2020-06-181-1/+1
| |
| * init npm repo firstJerry Wang2020-06-181-0/+1
| |
* | Merge pull request #287 from fsouza/fix-link-lua-lspHirokazu Hata2020-06-241-1/+1
|\ \ | | | | | | sumneko_lua: fix link to install instructions
| * | sumneko_lua: fix link to install instructionsfrancisco souza2020-06-241-1/+1
| |/
* | Merge pull request #283 from fsouza/fix-pyls-pyls_ms-default-rootHirokazu Hata2020-06-241-2/+1
|\ \ | | | | | | pyls: fix definition of root dir to match the docs
| * | pyls: fix definition of root dir to match the docsfrancisco souza2020-06-191-2/+1
| |/
* / Add jedi_language_serverfrancisco souza2020-06-191-0/+22
|/ | | | | | | That's a language server for Python built purely on top of jedi. See I wonder if having 3 options for Python is a good idea? I'm open for feedback :D
* Merge pull request #218 from ms/return-settings-for-empty-string-sectionHirokazu Hata2020-06-161-0/+4
|\ | | | | Allow empty section string for configuration request
| * Allow empty section string for configuration requestMax Sadrieh2020-05-031-0/+4
| | | | | | | | | | | | | | microsoft/vscode-eslint requests configuration with a section of ''. This change returns the expected settings in that case. https://github.com/microsoft/vscode-eslint/blob/be30e933c56ea6e8e579808d5f7c7b205c8e16cc/server/src/eslintServer.ts#L668
* | config: remove unnecessary code comennts and utf8 optionHirokazu Hata2020-06-165-5/+5
| | | | | | | | | | Remove meaningless code comments because they are increased by copy and paste. Currently, utf8 options are only supported by clangd, so remove them from unnecessary ones.
* | Merge pull request #262 from Shatur95/add-cmake-lspHirokazu Hata2020-06-141-0/+25
|\ \ | | | | | | Add CMake language server
| * | Add CMake language serverShatur952020-06-041-0/+25
| | |
* | | Update julials.luaDheepak Krishnamurthy2020-06-111-1/+1
| | |
* | | dartls: remove calling error in detecting cmdHirokazu Hata2020-02-231-10/+4
| | | | | | | | | | | | ref: #140
* | | Merge pull request #268 from h-michael/command-definitionsHirokazu Hata2020-06-091-1/+18
|\ \ \ | | | | | | | | fix the problem that commads cannot be registered in custom setup
| * | | fix the problem that commads cannot be registered in custom setupHirokazu Hata2020-06-091-1/+18
| | | | | | | | | | | | | | | | resolve: https://github.com/neovim/nvim-lsp/issues/264
* | | | Merge pull request #267 from landerlo/metals-better_coursier_supportHirokazu Hata2020-06-091-7/+12
|\ \ \ \ | |/ / / |/| | |
| * | | Add coursier candidate, fix folder creation when emptyLander Lopez2020-06-081-7/+12
| | | |
* | | | fix lint errorHirokazu Hata2020-06-091-1/+1
| | | |
* | | | Fix docstringDheepak Krishnamurthy2020-06-081-0/+4
| | | |
* | | | Fix project_pathDheepak Krishnamurthy2020-06-081-1/+1
| | | |
* | | | Remove unnecessary mkdirDheepak Krishnamurthy2020-06-081-1/+0
| | | |
* | | | Fix docstringDheepak Krishnamurthy2020-06-081-1/+1
| | | |
* | | | Fix typoDheepak Krishnamurthy2020-06-081-1/+1
| | | |
* | | | Remove need for JuliaProject.tomlDheepak Krishnamurthy2020-06-082-15/+7
| | | |
* | | | Use current folder as Julia projectDheepak Krishnamurthy2020-06-082-5/+15
| | | |
* | | | Use Base.active_project() insteadDheepak Krishnamurthy2020-06-081-1/+3
| | | |
* | | | Fix julials configurationDheepak Krishnamurthy2020-06-081-6/+14
| | | |
* | | | Add link to extensionHennadii Chernyshchyk2020-06-081-0/+1
| | | | | | | | | | | | Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com>