[nvim] codecompanion removed, added starpls

This commit is contained in:
Dmitrii Chumak
2026-02-24 13:00:06 +03:00
parent 7079e870f8
commit 025ff1e657
5 changed files with 84 additions and 65 deletions

5
nvim/lsp/starpls.lua Normal file
View File

@@ -0,0 +1,5 @@
return {
cmd = { 'starpls' },
filetypes = { 'starlark' },
root_markers = { 'WORKSPACE' },
}