nix-config/modules/home-manager/coding/neovim/config/plugins/vim-cool.nix
Oliver Davies 09d8f6fbcf Add vim-cool
Automatically disable `hlsearch` once a search is complete.

https://github.com/romainl/vim-cool
2025-06-21 12:34:51 +01:00

5 lines
73 B
Nix

{ pkgs, ... }:
{
extraPlugins = with pkgs.vimPlugins; [ vim-cool ];
}