forked from extern/nix-config
neovim: Add nvim-autopairs
This commit is contained in:
parent
bcb72b6fba
commit
5ec3ad510b
@ -338,6 +338,11 @@ in
|
|||||||
plugin = plenary-nvim;
|
plugin = plenary-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = nvim-autopairs;
|
||||||
|
type = "lua";
|
||||||
|
config = ''require("nvim-autopairs").setup {}'';
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = auto-save-nvim;
|
plugin = auto-save-nvim;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
Loading…
Reference in New Issue
Block a user