1
0
Fork 0

Add hlslens

This commit is contained in:
Florian RICHER 2021-08-05 21:19:26 +02:00
parent e886709d98
commit 43d476107e
3 changed files with 47 additions and 0 deletions

View file

@ -6,6 +6,7 @@ function configure_packages()
call_with_helpers(require('plugins.nvim-comment').init)
call_with_helpers(require('plugins.nvim-autopairs').init)
call_with_helpers(require('plugins.nvim-notify').init)
call_with_helpers(require('plugins.nvim-hlslens').init)
end
function install_packages()
@ -34,6 +35,8 @@ function install_packages()
use 'terrortylor/nvim-comment'
use 'rcarriga/nvim-notify' -- fancy notification
use 'romgrk/barbar.nvim' -- Tabs, as understood by any other editor.
use 'tpope/vim-endwise' -- auto complete block with end
use 'kevinhwang91/nvim-hlslens' -- nvim-hlslens helps you better glance at matched information, seamlessly jump between matched instances.
use 'mhinz/vim-startify' -- The fancy start screen for Vim.
end