astro-nvim-v3 - change lsp and highlighting
This commit is contained in:
@@ -10,9 +10,11 @@ return {
|
||||
-- add more things to the ensure_installed table protecting against community packs modifying it
|
||||
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
|
||||
"lua_ls",
|
||||
"clangd",
|
||||
"basedpyright",
|
||||
"jedi_language_server",
|
||||
"ruff",
|
||||
-- "clangd",
|
||||
-- "basedpyright",
|
||||
-- "ruff",
|
||||
})
|
||||
end,
|
||||
},
|
||||
@@ -24,9 +26,9 @@ return {
|
||||
-- add more things to the ensure_installed table protecting against community packs modifying it
|
||||
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, {
|
||||
"stylua",
|
||||
"clang-format",
|
||||
-- "clang-format",
|
||||
-- "black",
|
||||
"prettier",
|
||||
-- "prettier",
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user