neovim: fix global clipboard
This commit is contained in:
parent
d1cd641137
commit
18f3d245bb
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@
|
|||
plugins = with pkgs.vimPlugins; [ vim-nix vim-markdown ];
|
||||
extraConfig = builtins.readFile ./vimrc;
|
||||
};
|
||||
home.packages = with pkgs; [ xclip ]; # for global clipboard
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue