Add hlslens

This commit is contained in:
2022-01-07 12:44:44 -06:00
parent 5667f59c6f
commit 805b126491
3 changed files with 17 additions and 0 deletions

5
vimrc
View File

@ -98,6 +98,11 @@ if filereadable(expand("~/.config/nvim/telescope.vimrc"))
source ~/.config/nvim/telescope.vimrc
endif
" Search
if filereadable(expand("~/.config/nvim/hlslens.vimrc"))
source ~/.config/nvim/hlslens.vimrc
endif
" Lightline setup
if filereadable(expand("~/.config/nvim/lightline.vimrc"))
source ~/.config/nvim/lightline.vimrc