diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index 1b498a7..7f19fb5 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -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' },