aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
...
* feat(docs): autogenerate default_config docsJustin M. Keyes2024-10-2412-77/+16
* feat: ada_ls #3394Ghjuvan Lacambre2024-10-241-0/+32
* chore(config): improve on_new_config type (#3392)andrew snelling2024-10-231-1/+1
* fix(lua_ls): when neither lua or git root found, return nil. See #3322 (#3391)Folke Lemaitre2024-10-221-0/+3
* fix(health): "attempt to index cmd (function)" #3390Justin M. Keyes2024-10-201-1/+2
* fix(health): improve version reporting #3388Justin M. Keyes2024-10-191-18/+15
* fix(health): support gopls version command (#3386)Scott Penrose2024-10-191-1/+1
* fix(lspinfo): improve version check, deduplicate #3383Justin M. Keyes2024-10-181-67/+89
* feat(lspinfo): also show version in make_client_info #3382Justin M. Keyes2024-10-181-5/+8
* docs(lua_ls): hint about personal config #3381Jean-Charles Quillet2024-10-181-1/+1
* feat(lspinfo): print `<cmd> --version` resultJustin M. Keyes2024-10-181-0/+18
* fix(lspinfo)!: remove config.lspinfoJustin M. Keyes2024-10-182-21/+0
* docs(lsp_ai): description string instead of table (#3374)Austin Horstman2024-10-161-3/+1
* docs(jqls, uvls): remove needy backslashes #3373Cdrman Fu2024-10-152-6/+6
* fix(texlab): remove deprecated texlab.auxDirectory #3255Thibault de Villèle2024-10-141-1/+0
* fix(biome): remove 'css' duplicate #3372leaked memory2024-10-141-5/+4
* fix: add graphql and css support for biome (#3370)John Ferlito2024-10-141-0/+2
* feat: poryscript-pls (#3366)Rachel2024-10-121-0/+20
* docs(lsp_ai): fix docs not rendering properly (#3364)Robzz2024-10-111-1/+3
* docs: fix old URLJustin M. Keyes2024-10-091-1/+1
* feat: lsp-ai #3206Robzz2024-10-091-0/+27
* feat: add basics_ls server config (#3361)Anton Kastritskii2024-10-091-0/+30
* feat(configs): add kulala_ls (#3360)Marco Kellershoff2024-10-071-0/+23
* fix(harper_ls): filetype "csharp" -> "cs" #3358Rui Chen2024-10-061-1/+1
* fix(fennel-ls): use closest cfg as root directory and fallback to git repo ro...Emma2024-10-061-1/+7
* refactor: remove unnecessary codedundargoc2024-10-051-1/+0
* fix(health): skip format root when in single file mode (#3348)glepnir2024-10-041-0/+3
* Revert "fix: autostart=false: attach when editing new, nonexistent file #2712...glepnir2024-10-041-13/+4
* feat: add ungrammar-languageserver support (#3312)Binh Tran2024-10-041-0/+34
* feat: add initial marko-js lsp config (#3228)Russ2024-10-041-0/+21
* fix: autostart=false: attach when editing new, nonexistent file #2712Iain King-Speir2024-10-031-4/+13
* feat(unocss): use filetypes from vscode extension #3317ryoppippi2024-10-031-2/+20
* fix(health): root directory always "single file mode"Justin M. Keyes2024-10-031-10/+17
* fix: malformed version message in older Nvim #3345Micah Halter2024-10-031-2/+16
* feat: assert minimum required Nvim version #3338dundargoc2024-10-031-0/+10
* fix(health): support Nvim 0.9Justin M. Keyes2024-10-024-13/+13
* feat(lspinfo): replace :LspInfo with :checkhealth #3339Justin M. Keyes2024-10-023-283/+80
* fix(zls): use workspace zls.json if available #2944Laurynas Lazauskas2024-10-021-0/+6
* refactor: replace deprecated vim.loop with vim.uvdundargoc2024-10-0215-17/+17
* feat: expose config definition as `config_def` #3335Justin M. Keyes2024-10-022-3/+8
* feat: add vscoqtop (#3334)Jaehwang Jung2024-10-021-0/+17
* fix(julials): inverted `assert` check #3333Micah Halter2024-10-011-1/+1
* fix(lua-language-server): root directory pattern #3322Peter Kling2024-10-011-8/+3
* refactor: rename "server_configurations" => "configs" #3330Justin M. Keyes2024-10-01332-4/+3
* feat(julials): JuliaActivateEnv command #3318Micah Halter2024-10-011-1/+65
* fix(stylelint_lsp): remove all javascript dialects from stylelint_lsp filetyp...Kai Moschcau2024-09-291-4/+0
* docs(taplo): update out of date docstring with new root_dir (#3319)Micah Halter2024-09-251-1/+1
* fix(cairo_ls): update bin_name value for cairo language server (#3315)Eric Alaribe2024-09-231-6/+3
* fix(gopls): fix nil error when go env GOMODCACHE returns nothing (#3316)Connor2024-09-231-1/+3
* fix: root_dir support string value directly (#3313)glepnir2024-09-232-3/+7