Initial commit
This commit is contained in:
8
lua/plugins/config/blankline.lua
Normal file
8
lua/plugins/config/blankline.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
require("indent_blankline").setup {
|
||||
indentLine_enabled = 1,
|
||||
char = "▏",
|
||||
filetype_exclude = {"help", "terminal", "dashboard", "nvimtree"},
|
||||
buftype_exclude = {"terminal"},
|
||||
show_trailing_blankline_indent = false,
|
||||
show_first_indent_level = false
|
||||
}
|
||||
Reference in New Issue
Block a user