Add indent blanklines plugin and config to neovim
This commit is contained in:
12
nvim/lua/indent.lua
Normal file
12
nvim/lua/indent.lua
Normal file
@ -0,0 +1,12 @@
|
||||
require("indent_blankline").setup {
|
||||
space_char_blankline = " ",
|
||||
context_highlight_list = {
|
||||
"IndentBlanklineContext1",
|
||||
"IndentBlanklineContext2",
|
||||
"IndentBlanklineContext3",
|
||||
"IndentBlanklineContext4",
|
||||
"IndentBlanklineContext5",
|
||||
"IndentBlanklineContext6",
|
||||
},
|
||||
show_current_context = true,
|
||||
}
|
Reference in New Issue
Block a user