diff --git a/config/profiles/kat/home/vim/vimrc.nix b/config/profiles/kat/home/vim/vimrc.nix index 6d03cc24..66f5ce05 100644 --- a/config/profiles/kat/home/vim/vimrc.nix +++ b/config/profiles/kat/home/vim/vimrc.nix @@ -195,7 +195,7 @@ nnoremap k :CocPrev " Resume latest coc list. nnoremap p :CocListResume -'' + (if config.deploy.profile.sway == true then '' +'' + (if config.deploy.profile.sway then '' noremap "+y y:call system("wl-copy", @") nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '', ''', 'g')p nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '', ''', 'g')p