nvim: re-add targets.vim
This commit is contained in:
parent
14a6f1f168
commit
d75eaa24af
1 changed files with 3 additions and 3 deletions
|
@ -340,9 +340,9 @@ return require('packer').startup({function()
|
||||||
require('blake.other').indent_blankline()
|
require('blake.other').indent_blankline()
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
-- use { -- targets.vim: fix ci' and other things to work right
|
use { -- targets.vim: fix ci' and other things to work better
|
||||||
-- 'wellle/targets.vim',
|
'wellle/targets.vim',
|
||||||
-- }
|
}
|
||||||
use { -- nvim-tree: File explorer
|
use { -- nvim-tree: File explorer
|
||||||
'kyazdani42/nvim-tree.lua',
|
'kyazdani42/nvim-tree.lua',
|
||||||
requires = { 'kyazdani42/nvim-web-devicons' },
|
requires = { 'kyazdani42/nvim-web-devicons' },
|
||||||
|
|
Loading…
Add table
Reference in a new issue