aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp
Commit message (Expand)AuthorAgeFilesLines
* dartls: remove calling error in detecting cmdHirokazu Hata2020-02-231-10/+4
* Merge pull request #268 from h-michael/command-definitionsHirokazu Hata2020-06-091-1/+18
|\
| * fix the problem that commads cannot be registered in custom setupHirokazu Hata2020-06-091-1/+18
* | 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
* | Add editsNearCursor capability by defaultShatur952020-06-041-0/+7
* | Add clangd switch source header commandShatur952020-06-041-0/+20
* | Fix wrong elixirls server name in docThanabodee Charoenpiriyakij2020-06-021-1/+1
|/
* healthcheck: skip healthcheck if make_config function is nilHirokazu Hata2020-05-241-15/+13
* Merge pull request #247 from Shatur95/add_common_gdscript_filetypeHirokazu Hata2020-05-231-1/+1
|\
| * Add common gdscript filetypeShatur952020-05-231-1/+1
* | flow: use npx instead of expecting a npm script (#246)Hirokazu Hata2020-05-231-2/+2
|\ \
| * | flow: use npx with `--no-install` option, so it doesn't try to install `flow`...Daniel Schmid2020-05-221-1/+1
| * | flow: use npx instead of expecting a npm scriptDaniel Schmid2020-05-221-2/+2
| |/
* / Add R language server (#226)Phelipe2020-05-231-0/+30
|/
* Add configuration for elixir-ls (#243)Morten Paulsen2020-05-211-0/+110
* docgen: use package.json url instead of VSCode extension nameHirokazu Hata2020-05-1816-16/+13
* config: remove unnecessary code comennts and utf8 optionHirokazu Hata2020-05-1813-50/+16
* Add rnix-lsp (#234)Hirokazu Hata2020-05-181-0/+81
|\
| * Init rnixMichael Lingelbach2020-05-171-0/+81
* | docgen: use package.json for generating metals docHirokazu Hata2020-05-181-1/+0
* | Merge pull request #232 from theJian/doc/pyls_ms-install-by-self-instrumentHirokazu Hata2020-05-181-0/+8
|\ \
| * | Add instrument of install by yourself for pyls_mstheJian2020-05-141-0/+8
* | | Add .terraform/ as a root dir for terraformlsAndy Lindeman2020-05-161-2/+2
|/ /
* | Enable gopls for go.mod filesViktor Kojouharov2020-05-091-1/+1
* | Fix: Check that vim.fn.has returns 1 in tsserver moduleJuan Hernández2020-05-071-1/+1
* | Fix 'Can't get tsserver to work #164' (#222)YAMAMOTO Yuji2020-05-071-0/+3
* | Remove unnecessary init_options for Metals.ckipp012020-05-051-13/+1
* | Added support for the kotlin-language-server (#205)thchha2020-05-031-0/+52
* | Merge pull request #194 from ndreas/feature/diagnostic-languageserverHirokazu Hata2020-04-291-0/+45
|\ \
| * | Add diagnostic-languageserverAndreas Johansson2020-04-221-0/+45
* | | LspInstall: --no-package-lock --no-save --production #198Tan Kian2020-04-281-1/+1
* | | tsserver.lua: add alternative root markers #210Tan Kian2020-04-281-2/+2
* | | Use builtin terminal for util.sh output (#208)David Lukes2020-04-271-48/+19
* | | metals.lua: add server version, message_level, init_options #211Chris Kipp2020-04-271-1/+33
* | | codeqlls.lua: change filetype to "ql"Alvaro Muñoz2020-04-261-4/+6
* | | metals.lua: add ability to reuse cs if already installed #209Chris Kipp2020-04-261-7/+13
* | | Ada Language Server: describe how to set settingsglacambre2020-04-231-1/+14
* | | Make installer for sumneko_lua more robustDavid Lukes2020-04-221-3/+3
|/ /