Cleanup
This commit is contained in:
@@ -20,9 +20,7 @@ return {
|
||||
},
|
||||
|
||||
highlights = {
|
||||
astrodark = {
|
||||
|
||||
},
|
||||
astrodark = {},
|
||||
},
|
||||
}
|
||||
end,
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
return {
|
||||
-- Add the community repository of plugin specifications
|
||||
"AstroNvim/astrocommunity",
|
||||
-- "AstroNvim/astrocommunity",
|
||||
-- example of imporing a plugin, comment out to use it or add your own
|
||||
-- available plugins can be found at https://github.com/AstroNvim/astrocommunity
|
||||
|
||||
-- { import = "astrocommunity.colorscheme.catppuccin" },
|
||||
{ import = "astrocommunity.completion.copilot-lua-cmp" },
|
||||
-- { import = "astrocommunity.completion.copilot-lua-cmp" },
|
||||
}
|
||||
|
||||
@@ -24,10 +24,8 @@ return {
|
||||
-- add more things to the ensure_installed table protecting against community packs modifying it
|
||||
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
|
||||
"prettier",
|
||||
"stylua",
|
||||
"clang-format",
|
||||
"black",
|
||||
"luacheck",
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user