Refactor
This commit is contained in:
parent
9b54b177af
commit
77bce04e39
27 changed files with 2 additions and 2 deletions
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
extraPlugins = with pkgs.vimPlugins; [ vim-highlightedyank ];
|
||||
|
||||
extraConfigVim = ''
|
||||
let g:highlightedyank_highlight_duration = 100
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue