astro-nvim-v3 - reduce startup time

This commit is contained in:
huyjaky
2025-01-18 12:41:22 +07:00
parent 8020aae0ce
commit fe00af8147
6 changed files with 9 additions and 20 deletions

View File

@@ -38,7 +38,9 @@ return {
{ "rafamadriz/friendly-snippets", enabled = false },
{ "JoosepAlviste/nvim-ts-context-commentstring", enabled = false },
{ "windwp/nvim-ts-autotag", enabled = false},
{ "windwp/nvim-ts-autotag", enabled = false },
{ "saadparwaiz1/cmp_luasnip", enabled = false },
{ "L3MON4D3/LuaSnip", enabled = true },
}
-- if true then return {} end