nvim: add dashboard to indent-blankline ignore filetype
This commit is contained in:
parent
ac221a9f9f
commit
afe64f98bc
1 changed files with 15 additions and 6 deletions
|
@ -1,8 +1,17 @@
|
|||
return function()
|
||||
vim.opt.list = true
|
||||
require("indent_blankline").setup({
|
||||
space_char_blankline = " ",
|
||||
show_current_context = true,
|
||||
show_current_context_start = true,
|
||||
})
|
||||
vim.opt.list = true
|
||||
require("indent_blankline").setup({
|
||||
space_char_blankline = " ",
|
||||
show_current_context = true,
|
||||
show_current_context_start = true,
|
||||
})
|
||||
vim.g.indent_blankline_filetype_exclude = {
|
||||
"",
|
||||
"checkhealth",
|
||||
"dashboard",
|
||||
"help",
|
||||
"lspinfo",
|
||||
"man",
|
||||
"lazy",
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue