aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2022-03-23 16:15:21 -0500
committerFivePixels <o5pxels@gmail.com>2022-03-23 16:17:27 -0500
commit2044807745caabf683aa580d35d6fc00aee56202 (patch)
tree00acf3733f3b7a3cc19573d51a96661ff7b2389f
parentfacdcb117583ee5481711260226e71f7b91e37ad (diff)
downloaddots-2044807745caabf683aa580d35d6fc00aee56202.tar.xz
dots-2044807745caabf683aa580d35d6fc00aee56202.zip
Update nvim to stop highlighting searches.
-rw-r--r--.config/nvim/init.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim
index f5ec1fd..0babb3e 100644
--- a/.config/nvim/init.vim
+++ b/.config/nvim/init.vim
@@ -4,13 +4,13 @@ set shiftwidth=4
set expandtab
set clipboard^=unnamed,unnamedplus
set path+=**
+set nohlsearch
xnoremap "+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
nnoremap <leader>cd :cd %:p:h<CR>:pwd<CR>
-filetype plugin indent on
let g:netrw_banner = 0
let g:netrw_liststyle = 3