modified Menixvim
This commit is contained in:
parent
82c8025b4e
commit
aba3be9b85
9 changed files with 190 additions and 7 deletions
6
config/plugins/extra/vim-rhubarb.nix
Normal file
6
config/plugins/extra/vim-rhubarb.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs
|
||||
, ...}:{
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
vim-rhubarb
|
||||
];
|
||||
}
|
||||
6
config/plugins/extra/vim-sleuth.nix
Normal file
6
config/plugins/extra/vim-sleuth.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ pkgs
|
||||
, ...}:{
|
||||
extraPlugins = with pkgs.vimPlugins; [
|
||||
vim-sleuth
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue