refactor nvim plugins structure
This commit is contained in:
parent
f4bc3252ee
commit
5e6c1d45b9
6 changed files with 160 additions and 151 deletions
8
config/nvim/lua/aleidk/plugins/blankline.lua
Normal file
8
config/nvim/lua/aleidk/plugins/blankline.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue