| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pyright: add package_json path | tamago324 | 2021-03-28 | 1 | -0/+1 |
| * | Remove duplicated tbl_deep_extend | Michael Lingelbach | 2021-03-28 | 2 | -38/+4 |
| * | Add stop, start, and restart commands | Michael Lingelbach | 2021-03-28 | 1 | -1/+38 |
| * | Use the file path as root_dir when cmake does not find root_dir | LuoZhongYao | 2021-03-26 | 1 | -2/+4 |
| * | lspinfo: avoid overeager highlighting | Marco Hinz | 2021-03-26 | 1 | -2/+3 |
| * | sumneko: do not send telemetry data by default | Marco Hinz | 2021-03-24 | 1 | -0/+5 |
| * | Added the dot language server to the mix | Michael Green | 2021-03-22 | 1 | -0/+32 |
| * | Merge pull request #489 from tzx/pyright-org-imports | Michael Lingelbach | 2021-03-20 | 1 | -1/+15 |
| |\ | |||||
| | * | Add pyright.organizeimports command | Timmy Xiao | 2020-12-24 | 1 | -1/+15 |
| * | | Merge pull request #769 from andersondanilo/feature/phpactor-support | Michael Lingelbach | 2021-03-20 | 1 | -0/+32 |
| |\ \ | |||||
| | * | | add phpactor | Anderson Danilo | 2021-03-06 | 1 | -0/+32 |
| * | | | godot: fix docgen for root_dir | Michael Lingelbach | 2021-03-19 | 1 | -1/+1 |
| * | | | Merge pull request #785 from mjlbach/improve_docgen | Michael Lingelbach | 2021-03-19 | 1 | -1/+3 |
| |\ \ \ | |||||
| | * | | | Start texlab in file's current working directory | Michael Lingelbach | 2021-03-19 | 1 | -1/+3 |
| * | | | | added beancount support to lspconfig | Brian Ryall | 2021-03-16 | 1 | -0/+34 |
| |/ / / | |||||
| * | | | Add configuration for PowerShellEditorServices | Anatolii Sakhnik | 2021-03-14 | 1 | -0/+61 |
| * | | | Merge pull request #707 from ngscheurich/haxe-language-server | Michael Lingelbach | 2021-03-11 | 1 | -0/+48 |
| |\ \ \ | |||||
| | * | | | Add support for the Haxe Language Server | Nicholas Scheurich | 2021-03-11 | 1 | -0/+48 |
| * | | | | Merge pull request #768 from HiPhish/vala-ls | Michael Lingelbach | 2021-03-10 | 1 | -0/+21 |
| |\ \ \ \ | |||||
| | * | | | | Add Vala language server | HiPhish | 2021-03-06 | 1 | -0/+21 |
| | | |/ / | |/| | | |||||
| * | | | | Use vim.api.* instead of vim.fn.* | Brandon Conway | 2021-03-10 | 1 | -1/+1 |
| * | | | | use vim.api.nvim_create_buf instead of vim.fn.nvim_create_buf | smolck | 2021-03-09 | 1 | -1/+1 |
| * | | | | Fix clangd when default_config not set | Michael Lingelbach | 2021-03-08 | 1 | -1/+3 |
| * | | | | Fix clangd not honoring default capabilities | Patrice Peterson | 2021-03-08 | 1 | -1/+1 |
| * | | | | Merge pull request #765 from kitagry/fix-deno-scheme | Michael Lingelbach | 2021-03-07 | 1 | -12/+66 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Fix denols references | Ryo Kitagawa | 2021-03-07 | 1 | -10/+29 |
| | * | | | Fix denols definition in deno v1.7.5 | Ryo Kitagawa | 2021-03-03 | 1 | -12/+47 |
| * | | | | add filetype in LspInfo floatwindow | bitcoder | 2021-03-05 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | Add installation instructions for erlangls | 🐈 | 2021-03-01 | 1 | -0/+9 |
| * | | | Add configuration for Erlang Language Server | 🐈 | 2021-03-01 | 1 | -0/+23 |
| * | | | Merge pull request #757 from WhyNotHugo/patch-1 | Peter Lithammer | 2021-03-01 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Set terraformls to also operate on `hcl` files | Hugo Barrera | 2021-02-25 | 1 | -1/+1 |
| * | | | | Merge pull request #753 from kitagry/fix-deno-definition | Michael Lingelbach | 2021-02-28 | 1 | -8/+11 |
| |\ \ \ \ | |||||
| | * | | | | denols: attach client to deno:// buffer | Ryo Kitagawa | 2021-02-23 | 1 | -8/+11 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #755 from etrnal70/cargo-reload | Michael Lingelbach | 2021-02-28 | 1 | -0/+20 |
| |\ \ \ \ | |||||
| | * | | | | Better context on what workspace was reloaded | Mochammad Hanif R | 2021-02-23 | 1 | -2/+2 |
| | * | | | | Use vim..notify | Mochammad Hanif R | 2021-02-23 | 1 | -1/+1 |
| | * | | | | Satisfy check | Mochammad Hanif R | 2021-02-23 | 1 | -2/+2 |
| | * | | | | Add :CargoReload to reload cargo workspace | Mochammad Hanif R | 2021-02-23 | 1 | -0/+20 |
| | |/ / / | |||||
| * | | | | rust_analyzer: don't fetch deps in root_dir | ThatsNoMoon | 2021-02-28 | 1 | -1/+1 |
| * | | | | feat: add server specific LspInfo | Matthieu Coudron | 2021-02-27 | 2 | -0/+13 |
| * | | | | chore: remove deprecated module/function | Matthieu Coudron | 2021-02-25 | 2 | -6/+0 |
| * | | | | lspinfo: add neovim log path in header | Matthieu Coudron | 2021-02-25 | 1 | -0/+1 |
| | |/ / |/| | | |||||
| * | | | Fix DenolsCache | Ryo Kitagawa | 2021-02-24 | 1 | -2/+4 |
| |/ / | |||||
| * | | Merge pull request #747 from PhilT/lsp-config-for-fsharp | Michael Lingelbach | 2021-02-20 | 1 | -0/+39 |
| |\ \ | |||||
| | * | | LSP Config for F# using FsAutoComplete | Phil Thompson | 2021-02-20 | 1 | -0/+39 |
| * | | | Merge pull request #748 from PhilT/typo-in-sumneko-lua | Michael Lingelbach | 2021-02-20 | 2 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Fix typo in instructions | Phil Thompson | 2021-02-20 | 2 | -2/+2 |
| | |/ / | |||||
| * / / | Add denols functions | Ryo Kitagawa | 2021-02-20 | 1 | -0/+55 |
| |/ / | |||||
| * | | Automatically reattach to buffers after reloading | Michael Lingelbach | 2021-02-17 | 1 | -0/+7 |
