| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | lspinfo: move to module | Michael Lingelbach | 2021-01-15 | 2 | -114/+120 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Correct dirname typo in racket_langserver | ckipp01 | 2021-01-22 | 1 | -1/+1 | |
| | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | | Add racket_langserver. | ckipp01 | 2021-01-20 | 1 | -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_root | Michael Lingelbach | 2021-01-18 | 1 | -1/+12 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | pyright: add current file directory as fallback for root | |||||
| | * | | | | | | | pyright: add current file directory as fallback for root | Michael Lingelbach | 2021-01-18 | 1 | -1/+12 | |
| | |/ / / / / / | ||||||
| * | | | | | | | vimls: change to use cwd instead of home for root | Michael Lingelbach | 2021-01-18 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | scry: Fix missing function call in root_dir | Peter Lithammer | 2021-01-18 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Add handling for nil filetypes | Michael Lingelbach | 2021-01-15 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #509 from mjlbach/remove_deprecated_handlers | Michael Lingelbach | 2021-01-15 | 2 | -46/+0 | |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Remove deprecated handlers | |||||
| | * | | | | | remove deprecated handlers that were moved to neovim core | Michael Lingelbach | 2021-01-08 | 2 | -46/+0 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #670 from mjlbach/add_executable_check | Michael Lingelbach | 2021-01-15 | 1 | -2/+7 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Check if language server is executable before trying to start it | |||||
| | * | | | | | | Check if language server is executable before trying to start it | Michael Lingelbach | 2021-01-14 | 1 | -2/+7 | |
| | | |/ / / / | |/| | | | | ||||||
| * | | | | | | LspInfo: fix display when client cmd contains newlines | Michael Lingelbach | 2021-01-14 | 2 | -32/+49 | |
| | | | | | | | ||||||
| * | | | | | | LspInfo: fix when filetypes not defined | Michael Lingelbach | 2021-01-14 | 1 | -9/+20 | |
| |/ / / / / | ||||||
| * | | | | | Fix root detection for LspInfo, cache setup | Michael Lingelbach | 2021-01-14 | 2 | -10/+12 | |
| | | | | | | ||||||
| * | | | | | LspInfo: disable transparency for terminal emulator compatibility | Michael Lingelbach | 2021-01-11 | 1 | -1/+0 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #651 from mjlbach/lsp_info | Michael Lingelbach | 2021-01-11 | 2 | -0/+205 | |
| |\ \ \ \ | | | | | | | | | | | Commands: add LspInfo | |||||
| | * | | | | Commands: add LspInfo | Michael Lingelbach | 2021-01-11 | 2 | -0/+205 | |
| | | | | | | ||||||
| * | | | | | rust_analyzer: read project root from cargo | Michael Lingelbach | 2021-01-11 | 1 | -3/+9 | |
| |/ / / / | ||||||
| * | | | | Remove package_json link from metals. | ckipp01 | 2021-01-10 | 1 | -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_capabilities | Michael Lingelbach | 2021-01-09 | 2 | -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 Drouhard | 2021-01-08 | 2 | -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 error | Michael Lingelbach | 2021-01-08 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge pull request #648 from mjlbach/rust_analyzer_root | Michael Lingelbach | 2021-01-08 | 1 | -1/+5 | |
| |\ \ \ \ | | | | | | | | | | | rust-analyzer: fix root pattern for multi-crate projects | |||||
| | * | | | | rust-analyzer: fix root pattern for multi-crate projects | Michael Lingelbach | 2021-01-08 | 1 | -1/+5 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #554 from mjlbach/typescript_fix_root | Michael Lingelbach | 2021-01-08 | 1 | -1/+4 | |
| |\ \ \ \ | | | | | | | | | | | tsserver: fix root detection to prefer tsconfig.json | |||||
| | * | | | | tsserver: fix root detection to prefer tsconfig.json | Michael Lingelbach | 2021-01-08 | 1 | -1/+4 | |
| | | | | | | ||||||
| * | | | | | jdtls: fix spelling error | Michael Lingelbach | 2021-01-08 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | jdtls: fix formatting and non-local variable | Michael Lingelbach | 2021-01-08 | 1 | -4/+3 | |
| | | | | | | ||||||
| * | | | | | jdtls: fix cmd and fix java documentation | Michael Lingelbach | 2021-01-08 | 1 | -0/+38 | |
| | |/ / / |/| | | | ||||||
| * | | | | Merge pull request #556 from mjlbach/solargraph_diagnostics | Michael Lingelbach | 2021-01-08 | 1 | -1/+6 | |
| |\ \ \ \ | | | | | | | | | | | solargraph: enable diagnostics by default | |||||
| | * | | | | solargraph: enable diagnostics by default | Michael Lingelbach | 2021-01-08 | 1 | -1/+6 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #555 from mjlbach/fix_rls_documentation | Michael Lingelbach | 2021-01-07 | 1 | -1/+14 | |
| |\| | | | | | | | | | | | | | | rls: remove vscode extension link, fix documentation | |||||
| | * | | | | rls: remove vscode extension link, fix documentation | Michael Lingelbach | 2021-01-07 | 1 | -1/+14 | |
| | |/ / / | ||||||
| * | | | | update denols doc | Ya Zhuang | 2021-01-08 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Merge pull request #547 from mjlbach/update_julia_documentation | Michael Lingelbach | 2021-01-06 | 1 | -21/+60 | |
| |\ \ \ \ | | | | | | | | | | | Update julia cmd and documentation | |||||
| | * | | | | julials: fix cmd and update documentation | Michael Lingelbach | 2021-01-06 | 1 | -21/+60 | |
| | |/ / / | ||||||
| * / / / | vscode-html-languageserver: document reason completion is not on by default | Michael Lingelbach | 2021-01-06 | 1 | -1/+14 | |
| |/ / / | ||||||
| * | | | Merge pull request #546 from mjlbach/remove_vscode_doc_ccls | Michael Lingelbach | 2021-01-05 | 1 | -1/+0 | |
| |\ \ \ | | | | | | | | | ccls: remove package.json from documentation | |||||
| | * | | | ccls: remove package.json from documentation | Michael Lingelbach | 2021-01-05 | 1 | -1/+0 | |
| | | | | | ||||||
| * | | | | Merge pull request #540 from mjlbach/angularls_fix_documentation | Michael Lingelbach | 2021-01-05 | 1 | -0/+14 | |
| |\| | | | | | | | | | | | angularls: update documentation to note on_init overrides cmd | |||||
| | * | | | angularls: update documentation to note on_init overrides cmd | Michael Lingelbach | 2021-01-05 | 1 | -0/+14 | |
| | | | | | ||||||
| * | | | | added dhall lsp server | Brian Shu | 2021-01-05 | 1 | -0/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added default config docs added installation instructions wording fix added dhall-lsp-server | |||||
| * | | | | Fix syntax error for sumneko_lua in CONFIG.md | Stephan Seitz | 2021-01-05 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | vimls: fix docgen | Michael Lingelbach | 2021-01-04 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Add deno language server | Michael Lingelbach | 2021-01-04 | 1 | -0/+30 | |
| | | | | ||||||
| * | | | Merge pull request #536 from mjlbach/sumneko_typo | Michael Lingelbach | 2021-01-04 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | sumneko: fix typo | |||||
| | * | | | sumneko: fix typo | Michael Lingelbach | 2021-01-04 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | ccls: add example of init_options | Michael Lingelbach | 2021-01-03 | 1 | -0/+19 | |
| |/ / / | ||||||
| * | | | Merge pull request #525 from mjlbach/fix_texlab_build_args | Michael Lingelbach | 2021-01-03 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | texlab: add %f to settings.latex.build.args | |||||
