nvim: plugins: Add autopairs and parinfer
This commit is contained in:
parent
79183f7402
commit
47498f93fc
1 changed files with 7 additions and 0 deletions
|
@ -89,6 +89,13 @@ local init = function ()
|
||||||
use 'andymass/vim-matchup'
|
use 'andymass/vim-matchup'
|
||||||
use 'christoomey/vim-tmux-navigator'
|
use 'christoomey/vim-tmux-navigator'
|
||||||
use 'marcelofern/vale.nvim'
|
use 'marcelofern/vale.nvim'
|
||||||
|
use {
|
||||||
|
"windwp/nvim-autopairs",
|
||||||
|
config = function()
|
||||||
|
require("nvim-autopairs").setup {}
|
||||||
|
end
|
||||||
|
}
|
||||||
|
use 'gpanders/nvim-parinfer'
|
||||||
end
|
end
|
||||||
|
|
||||||
local config = {
|
local config = {
|
||||||
|
|
Loading…
Reference in a new issue