nvim plugin ref
This commit is contained in:
parent
146cb9745c
commit
4dde884f8c
@ -8,9 +8,10 @@ return {
|
||||
{
|
||||
'windwp/nvim-autopairs',
|
||||
desc = "Auto pair brackets and tags",
|
||||
config = function()
|
||||
require("nvim-autopairs").setup()
|
||||
end
|
||||
event = "InsertEnter",
|
||||
opts = {
|
||||
disable_in_macro = true,
|
||||
}
|
||||
},
|
||||
{
|
||||
'windwp/nvim-ts-autotag',
|
||||
@ -50,4 +51,4 @@ return {
|
||||
require("trouble").setup()
|
||||
end
|
||||
},
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user