This commit is contained in:
2023-06-03 21:48:04 +02:00
parent 0a5014a8e6
commit 9e43de1a2a
5 changed files with 3 additions and 11 deletions

View File

@@ -20,9 +20,7 @@ return {
},
highlights = {
astrodark = {
},
astrodark = {},
},
}
end,

View File

@@ -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" },
}

View File

@@ -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,
},