doesn't need to check for true explicitly?

This commit is contained in:
kat witch 2021-03-14 13:14:33 +00:00
parent f510d05c8f
commit 0709e65146
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -195,7 +195,7 @@
nnoremap <silent><nowait> <space>k :<C-u>CocPrev<CR>
" Resume latest coc list.
nnoremap <silent><nowait> <space>p :<C-u>CocListResume<CR>
'' + (if config.deploy.profile.sway == true then ''
'' + (if config.deploy.profile.sway then ''
noremap "+y y:call system("wl-copy", @")<CR>
nnoremap "+p :let @"=substitute(system("wl-paste --no-newline"), '<C-v><C-m>', ''', 'g')<CR>p
nnoremap "*p :let @"=substitute(system("wl-paste --no-newline --primary"), '<C-v><C-m>', ''', 'g')<CR>p