aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | 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
| * | | texlab: add %f to settings.latex.build.argsMichael Lingelbach2021-01-031-1/+1
| | | |
* | | | Merge pull request #518 from mjlbach/jsonls_fix_formattingMichael Lingelbach2021-01-031-0/+17
|\ \ \ \ | | | | | | | | | | Jsonls fix formatting
| * | | | jsonls: fix range formatting, add command for formatting bufferMichael Lingelbach2021-01-031-0/+17
| |/ / /
* | | | Merge pull request #520 from mjlbach/update_sumneko_lua_docsMichael Lingelbach2021-01-031-2/+16
|\ \ \ \ | | | | | | | | | | Update sumneko lua docs
| * | | | Sumneko_lua: add suggested helper functions for setting pathMichael Lingelbach2021-01-031-2/+16
| |/ / /
* / / / tsserver: add typescript as dependency in docsMichael Lingelbach2021-01-031-2/+2
|/ / /
* | | Add compatibility functions with deprecation noticeMichael Lingelbach2021-01-031-0/+29
| | |
* | | Remove all installers and install logicMichael Lingelbach2021-01-0332-1247/+85
| | |
* | | rust-analyzer: remove workaround for ignored capabilitiesMichael Lingelbach2021-01-031-12/+0
| | |
* | | Update sumneko lua docsMichael Lingelbach2021-01-031-0/+29
| | |
* | | Rust-analyzer: fix for missing required capabilitiesMichael Lingelbach2020-12-311-1/+13
| | | | | | | | | | | | * set normalizesLineEndings and changeAnnotationSupport.groupsOnLabel = true to work around rust-analyzer incompatibilities
* | | Remove workaround for missing workDoneProgress/create handlerMichael Lingelbach2020-12-311-4/+0
| | |
* | | Fix filesystem permissions for cmake.lua and als.luaMichael Lingelbach2020-12-292-0/+0
| | |