feat(plugins): nvim-autopairs

This commit is contained in:
Guz
2025-12-14 20:49:45 -03:00
parent c00702d1cb
commit 144b5cdde9
2 changed files with 10 additions and 0 deletions

View File

@@ -99,6 +99,13 @@ lze.load({
on_require = "blink",
},
{ "friendly-snippets", dep_of = "blink-cmp" },
{
"nvim-autopairs",
after = function()
require("nvim-autopairs").setup()
end,
event = "InsertEnter",
},
-- Fuzzy Finding
{

View File

@@ -48,6 +48,9 @@ in
conform-nvim
guess-indent-nvim
# Auto Complete
nvim-autopairs
# Fuzzy Finding
telescope-nvim
telescope-zf-native-nvim # Dependency