Automatically disable `hlsearch` once a search is complete. https://github.com/romainl/vim-cool
5 lines
73 B
Nix
5 lines
73 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
extraPlugins = with pkgs.vimPlugins; [ vim-cool ];
|
|
}
|