aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | lspinfo: move to moduleMichael Lingelbach2021-01-152-114/+120
| | | | | | | | |
* | | | | | | | | Correct dirname typo in racket_langserverckipp012021-01-221-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Add racket_langserver.ckipp012021-01-201-0/+28
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds in a basic configuration for the Racket langauage server. https://github.com/jeapostrophe/racket-langserver
* | | | | | | Merge pull request #678 from mjlbach/pyright_update_rootMichael Lingelbach2021-01-181-1/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pyright: add current file directory as fallback for root
| * | | | | | | pyright: add current file directory as fallback for rootMichael Lingelbach2021-01-181-1/+12
| |/ / / / / /
* | | | | | | vimls: change to use cwd instead of home for rootMichael Lingelbach2021-01-181-1/+1
| | | | | | |
* | | | | | | scry: Fix missing function call in root_dirPeter Lithammer2021-01-181-1/+1
|/ / / / / /
* | | | | | Add handling for nil filetypesMichael Lingelbach2021-01-151-1/+1
| | | | | |
* | | | | | Merge pull request #509 from mjlbach/remove_deprecated_handlersMichael Lingelbach2021-01-152-46/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Remove deprecated handlers
| * | | | | remove deprecated handlers that were moved to neovim coreMichael Lingelbach2021-01-082-46/+0
| | | | | |
* | | | | | Merge pull request #670 from mjlbach/add_executable_checkMichael Lingelbach2021-01-151-2/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Check if language server is executable before trying to start it
| * | | | | | Check if language server is executable before trying to start itMichael Lingelbach2021-01-141-2/+7
| | |/ / / / | |/| | | |
* | | | | | LspInfo: fix display when client cmd contains newlinesMichael Lingelbach2021-01-142-32/+49
| | | | | |
* | | | | | LspInfo: fix when filetypes not definedMichael Lingelbach2021-01-141-9/+20
|/ / / / /
* | | | | Fix root detection for LspInfo, cache setupMichael Lingelbach2021-01-142-10/+12
| | | | |
* | | | | LspInfo: disable transparency for terminal emulator compatibilityMichael Lingelbach2021-01-111-1/+0
| |/ / / |/| | |
* | | | Merge pull request #651 from mjlbach/lsp_infoMichael Lingelbach2021-01-112-0/+205
|\ \ \ \ | | | | | | | | | | Commands: add LspInfo
| * | | | Commands: add LspInfoMichael Lingelbach2021-01-112-0/+205
| | | | |
* | | | | rust_analyzer: read project root from cargoMichael Lingelbach2021-01-111-3/+9
|/ / / /
* | | | Remove package_json link from metals.ckipp012021-01-101-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many of the settings that this link shows are reliant on specific things like code lenses working. I think it's a better idea to not show these as there are a handful of them that if a user would use them, they won't work at all, and in the worst case they actual may cause errors due to unsupported handlers or LSP extensions.
* | | | Merge pull request #644 from jdrouhard/clangd_fix_capabilitiesMichael Lingelbach2021-01-092-18/+17
|\ \ \ \ | | | | | | | | | | clangd: fix capabilities by extending protocol defaults with utf-8 offset encoding
| * | | | clangd: fix capabilities by extending protocol defaults with utf-8 offset ↵John Drouhard2021-01-082-18/+17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | encoding Also removes the utf8_config helper function which was only used by clangd and is a clangd-specific protocol extension.
* | | | tsserver: fix luacheck errorMichael Lingelbach2021-01-081-1/+1
| | | |
* | | | Merge pull request #648 from mjlbach/rust_analyzer_rootMichael Lingelbach2021-01-081-1/+5
|\ \ \ \ | | | | | | | | | | rust-analyzer: fix root pattern for multi-crate projects
| * | | | rust-analyzer: fix root pattern for multi-crate projectsMichael Lingelbach2021-01-081-1/+5
| |/ / /
* | | | Merge pull request #554 from mjlbach/typescript_fix_rootMichael Lingelbach2021-01-081-1/+4
|\ \ \ \ | | | | | | | | | | tsserver: fix root detection to prefer tsconfig.json
| * | | | tsserver: fix root detection to prefer tsconfig.jsonMichael Lingelbach2021-01-081-1/+4
| | | | |
* | | | | jdtls: fix spelling errorMichael Lingelbach2021-01-081-1/+1
| | | | |
* | | | | jdtls: fix formatting and non-local variableMichael Lingelbach2021-01-081-4/+3
| | | | |
* | | | | jdtls: fix cmd and fix java documentationMichael Lingelbach2021-01-081-0/+38
| |/ / / |/| | |
* | | | Merge pull request #556 from mjlbach/solargraph_diagnosticsMichael Lingelbach2021-01-081-1/+6
|\ \ \ \ | | | | | | | | | | solargraph: enable diagnostics by default
| * | | | solargraph: enable diagnostics by defaultMichael Lingelbach2021-01-081-1/+6
| | | | |
* | | | | Merge pull request #555 from mjlbach/fix_rls_documentationMichael Lingelbach2021-01-071-1/+14
|\| | | | | | | | | | | | | | rls: remove vscode extension link, fix documentation
| * | | | rls: remove vscode extension link, fix documentationMichael Lingelbach2021-01-071-1/+14
| |/ / /
* | | | update denols docYa Zhuang2021-01-081-1/+0
| | | |
* | | | Merge pull request #547 from mjlbach/update_julia_documentationMichael Lingelbach2021-01-061-21/+60
|\ \ \ \ | | | | | | | | | | Update julia cmd and documentation
| * | | | julials: fix cmd and update documentationMichael Lingelbach2021-01-061-21/+60
| |/ / /
* / / / vscode-html-languageserver: document reason completion is not on by defaultMichael Lingelbach2021-01-061-1/+14
|/ / /
* | | Merge pull request #546 from mjlbach/remove_vscode_doc_cclsMichael Lingelbach2021-01-051-1/+0
|\ \ \ | | | | | | | | ccls: remove package.json from documentation
| * | | ccls: remove package.json from documentationMichael Lingelbach2021-01-051-1/+0
| | | |
* | | | Merge pull request #540 from mjlbach/angularls_fix_documentationMichael Lingelbach2021-01-051-0/+14
|\| | | | | | | | | | | angularls: update documentation to note on_init overrides cmd
| * | | angularls: update documentation to note on_init overrides cmdMichael Lingelbach2021-01-051-0/+14
| | | |
* | | | added dhall lsp serverBrian Shu2021-01-051-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added default config docs added installation instructions wording fix added dhall-lsp-server
* | | | Fix syntax error for sumneko_lua in CONFIG.mdStephan Seitz2021-01-051-1/+1
|/ / /
* | | vimls: fix docgenMichael Lingelbach2021-01-041-3/+3
| | |
* | | Add deno language serverMichael Lingelbach2021-01-041-0/+30
| | |
* | | Merge pull request #536 from mjlbach/sumneko_typoMichael Lingelbach2021-01-041-1/+1
|\ \ \ | | | | | | | | sumneko: fix typo
| * | | sumneko: fix typoMichael Lingelbach2021-01-041-1/+1
| | | |
* | | | ccls: add example of init_optionsMichael Lingelbach2021-01-031-0/+19
|/ / /
* | | Merge pull request #525 from mjlbach/fix_texlab_build_argsMichael Lingelbach2021-01-031-1/+1
|\ \ \ | | | | | | | | texlab: add %f to settings.latex.build.args