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.lsp.lsp-lens-nvim" },
|
||||
{ import = "astrocommunity.lsp.lsplinks-nvim" },
|
||||
{ import = "astrocommunity.lsp.lspsaga-nvim" },
|
||||
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
||||
|
||||
{ import = "astrocommunity.media.cord-nvim" },
|
||||
|
|
|
@ -9,18 +9,17 @@ return {
|
|||
---@type AstroLSPOpts
|
||||
opts = {
|
||||
features = {
|
||||
autoformat = true,
|
||||
codelens = true,
|
||||
inlay_hints = true,
|
||||
semantic_tokens = true,
|
||||
},
|
||||
formatting = {
|
||||
disabled = {
|
||||
"sqls",
|
||||
"typescript-tools",
|
||||
"tsserver",
|
||||
"eslint",
|
||||
"lua_ls"
|
||||
},
|
||||
},
|
||||
servers = {
|
||||
"lua_ls"
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue