Fix clipboard support in nvim
This commit is contained in:
parent
94d4aff275
commit
6e199f3948
1 changed files with 14 additions and 8 deletions
|
@ -144,7 +144,10 @@
|
|||
viAlias = true;
|
||||
vimAlias = true;
|
||||
|
||||
configure.packages.myNVimPackage =
|
||||
configure = {
|
||||
customRC = "set clipboard+=unnamed,unnamedplus";
|
||||
|
||||
packages.myNVimPackage =
|
||||
with pkgs.vimPlugins;
|
||||
{
|
||||
start = [
|
||||
|
@ -153,6 +156,7 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
tmux.enable = true;
|
||||
htop.enable = true;
|
||||
|
@ -178,6 +182,8 @@
|
|||
rar
|
||||
goldwarden
|
||||
gitflow
|
||||
wl-clipboard
|
||||
wl-clipboard-x11
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue