Move neovim/nixvim configuration
This commit is contained in:
parent
32e28379e2
commit
6c1b494e82
56 changed files with 438 additions and 404 deletions
11
modules2/nixvim/plugins/vim-highlightedyank.nix
Normal file
11
modules2/nixvim/plugins/vim-highlightedyank.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
flake.modules.nixvim.custom =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
extraPlugins = [ pkgs.vimPlugins.vim-highlightedyank ];
|
||||
|
||||
extraConfigVim = ''
|
||||
let g:highlightedyank_highlight_duration = 100
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue