Add vim-cool
Automatically disable `hlsearch` once a search is complete. https://github.com/romainl/vim-cool
This commit is contained in:
parent
6683761177
commit
09d8f6fbcf
2 changed files with 6 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
extraPlugins = with pkgs.vimPlugins; [ vim-cool ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue