feat(plugins): nvim-autopairs
This commit is contained in:
@@ -99,6 +99,13 @@ lze.load({
|
|||||||
on_require = "blink",
|
on_require = "blink",
|
||||||
},
|
},
|
||||||
{ "friendly-snippets", dep_of = "blink-cmp" },
|
{ "friendly-snippets", dep_of = "blink-cmp" },
|
||||||
|
{
|
||||||
|
"nvim-autopairs",
|
||||||
|
after = function()
|
||||||
|
require("nvim-autopairs").setup()
|
||||||
|
end,
|
||||||
|
event = "InsertEnter",
|
||||||
|
},
|
||||||
|
|
||||||
-- Fuzzy Finding
|
-- Fuzzy Finding
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -48,6 +48,9 @@ in
|
|||||||
conform-nvim
|
conform-nvim
|
||||||
guess-indent-nvim
|
guess-indent-nvim
|
||||||
|
|
||||||
|
# Auto Complete
|
||||||
|
nvim-autopairs
|
||||||
|
|
||||||
# Fuzzy Finding
|
# Fuzzy Finding
|
||||||
telescope-nvim
|
telescope-nvim
|
||||||
telescope-zf-native-nvim # Dependency
|
telescope-zf-native-nvim # Dependency
|
||||||
|
|||||||
Reference in New Issue
Block a user