From 247a3a665a3cf284b53d18d446d909d5fdd07db4 Mon Sep 17 00:00:00 2001 From: self Date: Sun, 20 Nov 2022 12:59:50 +0000 Subject: highlight yanked text for a bit --- init.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.vim b/init.vim index a2507f6..4a2fd62 100755 --- a/init.vim +++ b/init.vim @@ -30,6 +30,9 @@ command Wq wq command Q q command WQ wq +" Highlight yanked text +autocmd TextYankPost * silent! lua vim.highlight.on_yank { higroup='IncSearch', timeout=4000 } + " Telescope shortcuts noremap cs :Telescope colorscheme noremap gr :Telescope grep_string @@ -139,7 +142,7 @@ nmap :TagbarToggle " NerdTree Plug 'preservim/nerdtree' Plug 'Xuyuanp/nerdtree-git-plugin' -Plug 'tiagofumo/vim-nerdtree-syntax-highlight' +" Plug 'tiagofumo/vim-nerdtree-syntax-highlight' Plug 'ryanoasis/vim-devicons' " must be last? nmap :NERDTreeToggle -- cgit v1.2.1