| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | doc: fix typo #328 | Himanshu | 2020-08-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge pull request #307 from beardedsakimonkey/patch-1 | Hirokazu Hata | 2020-08-10 | 1 | -0/+3 | |
| |\ \ | | | | | | | [RFC] don't start up LSP for 'nofile' buffers | |||||
| | * | | [RFC] don't start up LSP for 'nofile' buffers | beardedsakimonkey | 2020-07-19 | 1 | -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-batch | Hirokazu Hata | 2020-08-10 | 2 | -1/+8 | |
| |\ \ | ||||||
| | * | | Add extension to vimls command name on Windows | erw7 | 2020-07-06 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | Add extension to solargraph command name on Windows | erw7 | 2020-07-06 | 1 | -1/+5 | |
| | | | | ||||||
| * | | | Merge pull request #318 from ciarand/patch-1 | Hirokazu Hata | 2020-08-10 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | Use .merlin as identifier for ocamllsp, not merlin | |||||
| | * | | | Use .merlin as identifier for ocamllsp, not merlin | Ciaran Downey | 2020-08-06 | 1 | -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-json | Hirokazu Hata | 2020-08-10 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | fix: codeqlls package.json url | |||||
| | * | | | fix: codeqlls package.json url | f-person | 2020-07-29 | 1 | -1/+1 | |
| | |/ / | ||||||
| * / / | Add c/cpp/obj-c/obj-cpp to sourcekit | Daniel Cheng (鄭郁邦) | 2020-07-22 | 1 | -1/+1 | |
| |/ / | ||||||
| * / | Add link to CMake documentation in ccls.lua and clang.lua | MuAlphaOmegaEpsilon | 2020-07-05 | 2 | -0/+2 | |
| |/ | ||||||
| * | Remove call to get Python interpreter and version. | kosayoda | 2020-07-01 | 1 | -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/master | Hirokazu Hata | 2020-06-24 | 1 | -0/+1 | |
| |\ | | | | | LspInstall not working in linux | |||||
| | * | fix | Jerry Wang | 2020-06-18 | 1 | -1/+1 | |
| | | | ||||||
| | * | init npm repo first | Jerry Wang | 2020-06-18 | 1 | -0/+1 | |
| | | | ||||||
| * | | Merge pull request #287 from fsouza/fix-link-lua-lsp | Hirokazu Hata | 2020-06-24 | 1 | -1/+1 | |
| |\ \ | | | | | | | sumneko_lua: fix link to install instructions | |||||
| | * | | sumneko_lua: fix link to install instructions | francisco souza | 2020-06-24 | 1 | -1/+1 | |
| | |/ | ||||||
| * | | Merge pull request #283 from fsouza/fix-pyls-pyls_ms-default-root | Hirokazu Hata | 2020-06-24 | 1 | -2/+1 | |
| |\ \ | | | | | | | pyls: fix definition of root dir to match the docs | |||||
| | * | | pyls: fix definition of root dir to match the docs | francisco souza | 2020-06-19 | 1 | -2/+1 | |
| | |/ | ||||||
| * / | Add jedi_language_server | francisco souza | 2020-06-19 | 1 | -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-section | Hirokazu Hata | 2020-06-16 | 1 | -0/+4 | |
| |\ | | | | | Allow empty section string for configuration request | |||||
| | * | Allow empty section string for configuration request | Max Sadrieh | 2020-05-03 | 1 | -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 option | Hirokazu Hata | 2020-06-16 | 5 | -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-lsp | Hirokazu Hata | 2020-06-14 | 1 | -0/+25 | |
| |\ \ | | | | | | | Add CMake language server | |||||
| | * | | Add CMake language server | Shatur95 | 2020-06-04 | 1 | -0/+25 | |
| | | | | ||||||
| * | | | Update julials.lua | Dheepak Krishnamurthy | 2020-06-11 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | dartls: remove calling error in detecting cmd | Hirokazu Hata | 2020-02-23 | 1 | -10/+4 | |
| | | | | | | | | | | | | | ref: #140 | |||||
| * | | | Merge pull request #268 from h-michael/command-definitions | Hirokazu Hata | 2020-06-09 | 1 | -1/+18 | |
| |\ \ \ | | | | | | | | | fix the problem that commads cannot be registered in custom setup | |||||
| | * | | | fix the problem that commads cannot be registered in custom setup | Hirokazu Hata | 2020-06-09 | 1 | -1/+18 | |
| | | | | | | | | | | | | | | | | | resolve: https://github.com/neovim/nvim-lsp/issues/264 | |||||
| * | | | | Merge pull request #267 from landerlo/metals-better_coursier_support | Hirokazu Hata | 2020-06-09 | 1 | -7/+12 | |
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Add coursier candidate, fix folder creation when empty | Lander Lopez | 2020-06-08 | 1 | -7/+12 | |
| | | | | | ||||||
| * | | | | fix lint error | Hirokazu Hata | 2020-06-09 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix docstring | Dheepak Krishnamurthy | 2020-06-08 | 1 | -0/+4 | |
| | | | | | ||||||
| * | | | | Fix project_path | Dheepak Krishnamurthy | 2020-06-08 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Remove unnecessary mkdir | Dheepak Krishnamurthy | 2020-06-08 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Fix docstring | Dheepak Krishnamurthy | 2020-06-08 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Fix typo | Dheepak Krishnamurthy | 2020-06-08 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Remove need for JuliaProject.toml | Dheepak Krishnamurthy | 2020-06-08 | 2 | -15/+7 | |
| | | | | | ||||||
| * | | | | Use current folder as Julia project | Dheepak Krishnamurthy | 2020-06-08 | 2 | -5/+15 | |
| | | | | | ||||||
| * | | | | Use Base.active_project() instead | Dheepak Krishnamurthy | 2020-06-08 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | Fix julials configuration | Dheepak Krishnamurthy | 2020-06-08 | 1 | -6/+14 | |
| | | | | | ||||||
| * | | | | Add link to extension | Hennadii Chernyshchyk | 2020-06-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com> | |||||
| * | | | | Add editsNearCursor capability by default | Shatur95 | 2020-06-04 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | This is the default all C++ IDE's. | |||||
| * | | | | Add clangd switch source header command | Shatur95 | 2020-06-04 | 1 | -0/+20 | |
| | |/ / |/| | | ||||||
| * | | | Fix wrong elixirls server name in doc | Thanabodee Charoenpiriyakij | 2020-06-02 | 1 | -1/+1 | |
| |/ / | | | | | | | Server name should be `elixirls` not `elixirLS`. | |||||
| * | | healthcheck: skip healthcheck if make_config function is nil | Hirokazu Hata | 2020-05-24 | 1 | -15/+13 | |
| | | | | | | | | | resolve https://github.com/neovim/nvim-lsp/issues/248 | |||||
| * | | Merge pull request #247 from Shatur95/add_common_gdscript_filetype | Hirokazu Hata | 2020-05-23 | 1 | -1/+1 | |
| |\ \ | | | | | | | Add common gdscript filetype | |||||
| | * | | Add common gdscript filetype | Shatur95 | 2020-05-23 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | flow: use npx instead of expecting a npm script (#246) | Hirokazu Hata | 2020-05-23 | 1 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | | | | | | | * flow: use npx instead of expecting a npm script * flow: use npx with `--no-install` option, so it doesn't try to install `flow` if not present | |||||
