feat: Upgrade to AstroNvim v6

This commit is contained in:
2026-07-15 20:36:54 +02:00
parent 5210270194
commit 6e02959440
9 changed files with 108 additions and 104 deletions
+3 -1
View File
@@ -49,10 +49,12 @@ return {
{
"L3MON4D3/LuaSnip",
config = function(plugin, opts)
require "astronvim.plugins.configs.luasnip"(plugin, opts) -- include the default astronvim config that calls the setup call
-- add more custom luasnip configuration such as filetype extend or custom snippets
local luasnip = require "luasnip"
luasnip.filetype_extend("javascript", { "javascriptreact" })
-- include the default astronvim config that calls the setup call
require "astronvim.plugins.configs.luasnip"(plugin, opts)
end,
},