chore: make demonstrated examples the default values of AstroNvim

This commit is contained in:
Micah Halter
2024-05-22 09:13:33 -04:00
parent 5aedbc8d99
commit 8a474001f4
3 changed files with 29 additions and 34 deletions

View File

@ -23,7 +23,6 @@ return {
opts = function(_, opts)
-- 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, {
"prettier",
"stylua",
-- add more arguments for adding more null-ls sources
})