mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-18 21:27:42 +00:00
Nvim: migrate indent-blankline to v3
This commit is contained in:
parent
71b2b12a3f
commit
2cd94ee65f
@ -1,18 +1,19 @@
|
||||
return function()
|
||||
vim.opt.list = true
|
||||
require("indent_blankline").setup({
|
||||
space_char_blankline = " ",
|
||||
show_current_context = true,
|
||||
show_current_context_start = true,
|
||||
require("ibl").setup({
|
||||
exclude = {
|
||||
filetypes = {
|
||||
"",
|
||||
"checkhealth",
|
||||
"dashboard",
|
||||
"git",
|
||||
"gitcommit",
|
||||
"TelescopePrompt",
|
||||
"TelescopeResults",
|
||||
"help",
|
||||
"lazy",
|
||||
"lspinfo",
|
||||
"man",
|
||||
},
|
||||
},
|
||||
})
|
||||
vim.g.indent_blankline_filetype_exclude = {
|
||||
"",
|
||||
"checkhealth",
|
||||
"dashboard",
|
||||
"help",
|
||||
"lspinfo",
|
||||
"man",
|
||||
"lazy",
|
||||
"git",
|
||||
}
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user