nvim: re-add targets.vim

This commit is contained in:
PowerUser64 2022-08-25 02:44:19 -07:00
parent 14a6f1f168
commit d75eaa24af

View file

@ -340,9 +340,9 @@ return require('packer').startup({function()
require('blake.other').indent_blankline()
end
}
-- use { -- targets.vim: fix ci' and other things to work right
-- 'wellle/targets.vim',
-- }
use { -- targets.vim: fix ci' and other things to work better
'wellle/targets.vim',
}
use { -- nvim-tree: File explorer
'kyazdani42/nvim-tree.lua',
requires = { 'kyazdani42/nvim-web-devicons' },