neovim: add autopairs plugin
This commit is contained in:
1
neovim/.config/nvim/after/plugin/autopairs.lua
Normal file
1
neovim/.config/nvim/after/plugin/autopairs.lua
Normal file
@@ -0,0 +1 @@
|
|||||||
|
require("nvim-autopairs").setup({})
|
||||||
@@ -52,6 +52,8 @@ require("packer").startup(function(use)
|
|||||||
use({ "kyazdani42/nvim-tree.lua" })
|
use({ "kyazdani42/nvim-tree.lua" })
|
||||||
use({ "kyazdani42/nvim-web-devicons" })
|
use({ "kyazdani42/nvim-web-devicons" })
|
||||||
|
|
||||||
|
use({ "windwp/nvim-autopairs" })
|
||||||
|
|
||||||
if PACKER_BOOTSTRAP then
|
if PACKER_BOOTSTRAP then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user