WIP: Switch to NixOS #5
1 changed files with 16 additions and 15 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue