feat: some more lsp's.
This commit is contained in:
parent
3cc82f09dd
commit
aa8ac561c5
1 changed files with 4 additions and 0 deletions
|
|
@ -21,8 +21,12 @@ vim.lsp.enable({
|
||||||
"nixd",
|
"nixd",
|
||||||
"lua_ls",
|
"lua_ls",
|
||||||
"jsonls",
|
"jsonls",
|
||||||
|
"html",
|
||||||
"marksman",
|
"marksman",
|
||||||
"gopls",
|
"gopls",
|
||||||
|
"ruff",
|
||||||
|
"basedpyright",
|
||||||
|
"yamlls",
|
||||||
})
|
})
|
||||||
|
|
||||||
-- diagnostic settings
|
-- diagnostic settings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue