aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(c3): fix typo of pattern (#3311)glepnir2024-09-211-1/+1
* fix(c3): update c3 root pattern (#3309)id3nom2024-09-211-5/+2
* fix(als): remove als config (#3310)Tama McGlinn2024-09-201-41/+0
* docs(lua_ls): fix fragile example code #3133Michael Härtl2024-09-191-3/+5
* feat: show deprecate servers list in LspInfo (#3308)glepnir2024-09-182-28/+47
* fix(ltex-ls): command fails on windows when using mason (#3305)lucasbrg2024-09-171-6/+1
* fix: sourcekit lsp filetypes (#3301)Andrés Martínez2024-09-141-1/+5
* feat: add c3-lsp support (#3299)xb-bx2024-09-121-0/+21
* feat: add daedalus-language-server support (#3259)pm4rcin2024-09-111-0/+28
* feat(ziggy): add ziggy and ziggy_schema support (#3296)Tim Culverhouse2024-09-102-0/+42
* feat(kcl): add kcl-language-server support (#3294)DrummyFloyd2024-09-101-0/+20
* fix(snakeskin): change snakeskin lsp start command (#3293)Maxim Sinelnikov2024-09-091-1/+1
* docs(v-analyzer): change repository location to vlang org (#3292)Nemoola2024-09-091-2/+2
* feat(ts_ls)!: rename `tsserver` to `ts_ls` #3232Yi Ming2024-09-054-4/+10
* docs(wgsl-analyzer): add missing close paren (#3290)Oughie2024-09-021-1/+1
* fix(bazelrc-lsp): rename bazelrc-lsp to bazelrc_lsp (#3287)Johan2024-08-301-0/+0
* feat: add snakeskin_ls server configuration (#3286)Maxim Sinelnikov2024-08-291-0/+19
* fix: tea-leaves was renamed and replaced teal-language-server (#3285)Steve Vermeulen2024-08-272-37/+8
* feat: improve default haxe_language_server init_options (#3284)tobil4sk2024-08-261-8/+35
* fix(rescripls): enable typechecking, improve doc (#3281)Buck Evan2024-08-231-1/+25
* fix(r-language-server): use `--no-echo` instead of `--slave` (#3280)mutlusun2024-08-231-1/+1
* fix(scheme-langserver): defaultly enable log/out/multi-thread and disable typ...ufo52609874232024-08-221-2/+1
* fix(als): deprecate als in favour of a separate plugin (#3277)Tama McGlinn2024-08-221-0/+4
* fix(texlab): do not pass buf as parameter (#3276)Dimitris Dimitropoulos2024-08-211-48/+26