clean up config a bit
This commit is contained in:
parent
873df523c3
commit
1782ed2698
2 changed files with 6 additions and 5 deletions
|
@ -15,6 +15,8 @@ return {
|
||||||
{ import = "astrocommunity.indent.mini-indentscope" },
|
{ import = "astrocommunity.indent.mini-indentscope" },
|
||||||
|
|
||||||
{ import = "astrocommunity.lsp.lsp-lens-nvim" },
|
{ import = "astrocommunity.lsp.lsp-lens-nvim" },
|
||||||
|
{ import = "astrocommunity.lsp.lsplinks-nvim" },
|
||||||
|
{ import = "astrocommunity.lsp.lspsaga-nvim" },
|
||||||
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
||||||
|
|
||||||
{ import = "astrocommunity.media.cord-nvim" },
|
{ import = "astrocommunity.media.cord-nvim" },
|
||||||
|
|
|
@ -9,18 +9,17 @@ return {
|
||||||
---@type AstroLSPOpts
|
---@type AstroLSPOpts
|
||||||
opts = {
|
opts = {
|
||||||
features = {
|
features = {
|
||||||
autoformat = true,
|
|
||||||
codelens = true,
|
codelens = true,
|
||||||
inlay_hints = true,
|
inlay_hints = true,
|
||||||
semantic_tokens = true,
|
semantic_tokens = true,
|
||||||
},
|
},
|
||||||
formatting = {
|
formatting = {
|
||||||
disabled = {
|
disabled = {
|
||||||
"sqls",
|
"lua_ls"
|
||||||
"typescript-tools",
|
|
||||||
"tsserver",
|
|
||||||
"eslint",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
servers = {
|
||||||
|
"lua_ls"
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue