aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim_lsp
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* Merge pull request #282 from jerrywang1981/masterHirokazu Hata2020-06-241-0/+1
|\
| * 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 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 docsfrancisco souza2020-06-191-2/+1
| |/
* / Add jedi_language_serverfrancisco souza2020-06-191-0/+22
|/
* Merge pull request #218 from ms/return-settings-for-empty-string-sectionHirokazu Hata2020-06-161-0/+4
|\
| * Allow empty section string for configuration requestMax Sadrieh2020-05-031-0/+4
* | config: remove unnecessary code comennts and utf8 optionHirokazu Hata2020-06-165-5/+5
* | Merge pull request #262 from Shatur95/add-cmake-lspHirokazu Hata2020-06-141-0/+25
|\ \
| * | 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
* | | 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
|\ \ \