refactor nvim plugins structure

This commit is contained in:
Alexander Navarro 2023-04-20 11:38:58 -04:00
parent f4bc3252ee
commit 5e6c1d45b9
6 changed files with 160 additions and 151 deletions

View file

@ -0,0 +1,8 @@
return {
-- Add indentation guides even on blank lines
"lukas-reineke/indent-blankline.nvim",
opts = {
char = "",
show_trailing_blankline_indent = false,
},
}