mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nvim): indent blankline
This commit is contained in:
parent
235a974510
commit
89f8555acf
3 changed files with 7 additions and 1 deletions
5
.config/nvim/lua/indent-blankline-cfg/init.lua
Normal file
5
.config/nvim/lua/indent-blankline-cfg/init.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
require('indent_blankline').setup {
|
||||
char = '┊',
|
||||
show_trailing_blankline_indent = false,
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue