caio.co/de/dotfiles

Drop intent-blankline.nvim

It's the third time I find myself working around glitches related to
this... Cute, but not worth it. At least for now.
Id
a20f56e44b37cf94af5b0578722b094c148e72a1
Author
Caio
Commit time
2022-05-22T10:26:37+02:00

Modified config/nvim/lua/plugins.lua

@@ -48,15 +48,6
'maxmellon/vim-jsx-pretty',
}

- -- Visual indentation guides
- use {
- 'lukas-reineke/indent-blankline.nvim',
- config = function()
- vim.g.indent_blankline_show_first_indent_level = false
- vim.g.indent_blankline_show_trailing_blankline_indent = false
- end
- }
-
use { 'qpkorr/vim-renamer', cmd = 'Renamer' }

use {