nixvim plugins
install all currently wanted plugins
This commit is contained in:
10
home/programs/nixvim/plugins/autopairs.nix
Normal file
10
home/programs/nixvim/plugins/autopairs.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.nixvim.plugins.nvim-autopairs = {
|
||||
enable = true;
|
||||
autoLoad = true;
|
||||
|
||||
settings.check_ts = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user