aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* Add configuration for PowerShellEditorServicesAnatolii Sakhnik2021-03-141-0/+61
* Merge pull request #707 from ngscheurich/haxe-language-serverMichael Lingelbach2021-03-111-0/+48
|\
| * Add support for the Haxe Language ServerNicholas Scheurich2021-03-111-0/+48
* | Merge pull request #768 from HiPhish/vala-lsMichael Lingelbach2021-03-101-0/+21
|\ \
| * | Add Vala language serverHiPhish2021-03-061-0/+21
* | | Use vim.api.* instead of vim.fn.*Brandon Conway2021-03-101-1/+1
* | | use vim.api.nvim_create_buf instead of vim.fn.nvim_create_bufsmolck2021-03-091-1/+1
* | | Fix clangd when default_config not setMichael Lingelbach2021-03-081-1/+3
* | | Fix clangd not honoring default capabilitiesPatrice Peterson2021-03-081-1/+1
* | | Merge pull request #765 from kitagry/fix-deno-schemeMichael Lingelbach2021-03-071-12/+66
|\ \ \ | |/ / |/| |
| * | Fix denols referencesRyo Kitagawa2021-03-071-10/+29
| * | Fix denols definition in deno v1.7.5Ryo Kitagawa2021-03-031-12/+47
* | | add filetype in LspInfo floatwindowbitcoder2021-03-051-0/+1
|/ /
* | Add installation instructions for erlangls🐈2021-03-011-0/+9
* | Add configuration for Erlang Language Server🐈2021-03-011-0/+23
* | Merge pull request #757 from WhyNotHugo/patch-1Peter Lithammer2021-03-011-1/+1
|\ \
| * | Set terraformls to also operate on `hcl` filesHugo Barrera2021-02-251-1/+1
* | | Merge pull request #753 from kitagry/fix-deno-definitionMichael Lingelbach2021-02-281-8/+11
|\ \ \
| * | | denols: attach client to deno:// bufferRyo Kitagawa2021-02-231-8/+11
| | |/ | |/|
* | | Merge pull request #755 from etrnal70/cargo-reloadMichael Lingelbach2021-02-281-0/+20
|\ \ \
| * | | Better context on what workspace was reloadedMochammad Hanif R2021-02-231-2/+2
| * | | Use vim..notifyMochammad Hanif R2021-02-231-1/+1
| * | | Satisfy checkMochammad Hanif R2021-02-231-2/+2
| * | | Add :CargoReload to reload cargo workspaceMochammad Hanif R2021-02-231-0/+20
| |/ /
* | | rust_analyzer: don't fetch deps in root_dirThatsNoMoon2021-02-281-1/+1
* | | feat: add server specific LspInfoMatthieu Coudron2021-02-272-0/+13
* | | chore: remove deprecated module/functionMatthieu Coudron2021-02-252-6/+0
* | | lspinfo: add neovim log path in headerMatthieu Coudron2021-02-251-0/+1
| |/ |/|
* | Fix DenolsCacheRyo Kitagawa2021-02-241-2/+4
|/
* Merge pull request #747 from PhilT/lsp-config-for-fsharpMichael Lingelbach2021-02-201-0/+39
|\
| * LSP Config for F# using FsAutoCompletePhil Thompson2021-02-201-0/+39
* | Merge pull request #748 from PhilT/typo-in-sumneko-luaMichael Lingelbach2021-02-202-2/+2
|\ \
| * | Fix typo in instructionsPhil Thompson2021-02-202-2/+2
| |/
* / Add denols functionsRyo Kitagawa2021-02-201-0/+55
|/
* Automatically reattach to buffers after reloadingMichael Lingelbach2021-02-171-0/+7
* hls: add a default formatterMichael Lingelbach2021-02-171-0/+5
* Merge pull request #738 from mjlbach/fix_autostartMichael Lingelbach2021-02-171-1/+1
|\
| * rename launch -> autostart, add documentationMichael Lingelbach2021-02-171-1/+1
* | Merge pull request #721 from mjlbach/disable_autostartMichael Lingelbach2021-02-171-9/+37
|\|
| * Add option to disable autostartMichael Lingelbach2021-02-161-9/+37
* | Merge pull request #733 from mjlbach/fix_on_attachMichael Lingelbach2021-02-151-3/+3
|\ \
| * | fix on_attach to correctly pass bufnr as second argumentMichael Lingelbach2021-02-141-3/+3
* | | lspconfig: use vim.notify to warn of absent LSP executableMatthieu Coudron2021-02-151-1/+1
|/ /
* | nimls: Use buffer directory as fallback instead of $HOMEPeter Lithammer2021-02-041-1/+1
* | nimls: Add support for .nimble files as root_dirPeter Lithammer2021-02-041-1/+3
|/
* disable modifiable option in LspInfo floatwinbitcoder2021-02-031-0/+1
* rust_analyzer: Fix the root_dir shell commandSteven Arcangeli2021-02-021-1/+1
* Fix metatable __index for defining new language serversMichael Lingelbach2021-01-311-1/+1
* Update clangd installation linkNamkhai B2021-01-301-1/+1
* Add sqls support (#422)rayx2021-01-301-0/+29