mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
neovim: Add nvim-autopairs
This commit is contained in:
parent
bcb72b6fba
commit
5ec3ad510b
@ -338,6 +338,11 @@ in
|
||||
plugin = plenary-nvim;
|
||||
type = "lua";
|
||||
}
|
||||
{
|
||||
plugin = nvim-autopairs;
|
||||
type = "lua";
|
||||
config = ''require("nvim-autopairs").setup {}'';
|
||||
}
|
||||
{
|
||||
plugin = auto-save-nvim;
|
||||
type = "lua";
|
||||
|
Loading…
Reference in New Issue
Block a user