From 0709e65146b178ff569ddcaa313030fc0465b464 Mon Sep 17 00:00:00 2001 From: kat witch Date: Sun, 14 Mar 2021 13:14:33 +0000 Subject: [PATCH] doesn't need to check for true explicitly? --- config/profiles/kat/home/vim/vimrc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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