aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | doc: fix perlls descriptionKhue Nguyen2021-04-081-4/+4
| | | |
* | | | Merge pull request #833 from mjlbach/catch_autostart_errorMichael Lingelbach2021-04-091-0/+4
|\ \ \ \ | | | | | | | | | | autostart: print error when root directory nil
| * | | | autostart: print error when root directory nilMichael Lingelbach2021-04-091-0/+4
| |/ / /
* / / / Fix root_dir for wildcards and file in wildignoreTristan Konolige2021-04-091-2/+4
|/ / /
* | | Merge pull request #820 from shihanng/tflintPeter Lithammer2021-04-061-0/+22
|\ \ \ | | | | | | | | Add tflint configuration
| * | | Add tflint configurationShi Han NG2021-04-021-0/+22
| | | |
* | | | Merge pull request #826 from mjlbach/remove_trim_and_padMichael Lingelbach2021-04-062-1/+11
|\ \ \ \ | | | | | | | | | | lspinfo: update to use borders
| * | | | lspinfo: update to use bordersMichael Lingelbach2021-04-062-1/+11
| | | | |
* | | | | Merge pull request #789 from ttys3/masterPeter Lithammer2021-04-061-3/+24
|\ \ \ \ \ | | | | | | | | | | | | refactor(vala): refine vala project root detection
| * | | | | refactor(vala): refine vala project root detectionttys32021-03-241-3/+24
| | | | | |
* | | | | | Restart clients attached to current buffer if none specifiedkraftwerk282021-04-051-9/+14
| | | | | |
* | | | | | Update broken linkluotao2021-04-021-1/+1
| |_|/ / / |/| | | |
* | | | | jdtls: Add workaround for textDocument version of 0Damien Radtke2021-03-311-3/+25
| |/ / / |/| | | | | | | | | | | See https://github.com/eclipse/eclipse.jdt.ls/issues/1695
* | | | pyright: add package_json pathtamago3242021-03-281-0/+1
| | | |
* | | | Remove duplicated tbl_deep_extendMichael Lingelbach2021-03-282-38/+4
| | | |
* | | | Add stop, start, and restart commandsMichael Lingelbach2021-03-281-1/+38
| |/ / |/| |
* | | Use the file path as root_dir when cmake does not find root_dirLuoZhongYao2021-03-261-2/+4
| | |
* | | lspinfo: avoid overeager highlightingMarco Hinz2021-03-261-2/+3
| | |
* | | sumneko: do not send telemetry data by defaultMarco Hinz2021-03-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, sumneko sends telemetry data containing a randomized but unique identifier to a Chinese IP. The token can be found in lua-language-server/log/token. The string sent looks like this: $...pulse.XXXXXXXXXXXXXXXX.Neovim 0.5.0.J...platform.XXXXXXXXXXXXXXXX.macOS 64.libc++ libc++ 10000.clang Clang 12.0.0. In case of errors, these are sent, too. You can visit the IP to get a summary of the collected data: http://119.45.194.183
* | | Added the dot language server to the mixMichael Green2021-03-221-0/+32
|/ / | | | | | | | | - Following recommendations and removing default conf - Following existing language servers with default root_dir
* | Merge pull request #489 from tzx/pyright-org-importsMichael Lingelbach2021-03-201-1/+15
|\ \ | | | | | | Add pyright.organizeimports command
| * | Add pyright.organizeimports commandTimmy Xiao2020-12-241-1/+15
| | |
* | | Merge pull request #769 from andersondanilo/feature/phpactor-supportMichael Lingelbach2021-03-201-0/+32
|\ \ \ | | | | | | | | add phpactor
| * | | add phpactorAnderson Danilo2021-03-061-0/+32
| | | |
* | | | godot: fix docgen for root_dirMichael Lingelbach2021-03-191-1/+1
| | | |
* | | | Merge pull request #785 from mjlbach/improve_docgenMichael Lingelbach2021-03-191-1/+3
|\ \ \ \ | | | | | | | | | | Improve docgen
| * | | | Start texlab in file's current working directoryMichael Lingelbach2021-03-191-1/+3
| | | | |
* | | | | added beancount support to lspconfigBrian Ryall2021-03-161-0/+34
|/ / / /
* | | | 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 Server
| * | | | Add support for the Haxe Language ServerNicholas Scheurich2021-03-111-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds support for the language server used by the Visual Studio Code Haxe Extension: https://github.com/vshaxe/haxe-language-server I've found this language server to be tricky to properly attach to, but this config should do the trick.
* | | | | Merge pull request #768 from HiPhish/vala-lsMichael Lingelbach2021-03-101-0/+21
|\ \ \ \ \ | | | | | | | | | | | | Add Vala language server
| * | | | | Add Vala language serverHiPhish2021-03-061-0/+21
| | |/ / / | |/| | |
* | | | | Use vim.api.* instead of vim.fn.*Brandon Conway2021-03-101-1/+1
| | | | | | | | | | | | | | | Neovim now requires the api be accessed through vim.api.* [reference](https://github.com/neovim/neovim/commit/e355cc8cc5c131e6df429107f321dd4a80c05065)
* | | | | 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
| | | | | | | | | | | | | | | | | | | | Fixes #770.
* | | | | Merge pull request #765 from kitagry/fix-deno-schemeMichael Lingelbach2021-03-071-12/+66
|\ \ \ \ \ | |/ / / / |/| | | | Fix denols textDocument/definition in deno 1.8
| * | | | 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` files
| * | | | Set terraformls to also operate on `hcl` filesHugo Barrera2021-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The file format that terraformls checks is HCL (Hashicorp Configuration Language). Tools like `vim-hcl` actually set this `filetype` correctly. Make the LSP pick up these files correctly too.
* | | | | Merge pull request #753 from kitagry/fix-deno-definitionMichael Lingelbach2021-02-281-8/+11
|\ \ \ \ \ | | | | | | | | | | | | denols: attach client to deno scheme buffer
| * | | | | denols: attach client to deno:// bufferRyo Kitagawa2021-02-231-8/+11
| | |/ / / | |/| | |
* | | | | Merge pull request #755 from etrnal70/cargo-reloadMichael Lingelbach2021-02-281-0/+20
|\ \ \ \ \ | | | | | | | | | | | | Add :CargoReload to reload cargo workspace
| * | | | | Better context on what workspace was reloadedMochammad Hanif R2021-02-231-2/+2
| | | | | |
| * | | | | Use vim..notifyMochammad Hanif R2021-02-231-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Peter Lithammer <peter.lithammer@gmail.com>