WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 2cd94ee65f - Show all commits

View file

@ -1,18 +1,19 @@
return function() return function()
vim.opt.list = true require("ibl").setup({
require("indent_blankline").setup({ exclude = {
space_char_blankline = " ", filetypes = {
show_current_context = true, "",
show_current_context_start = true, "checkhealth",
"dashboard",
"git",
"gitcommit",
"TelescopePrompt",
"TelescopeResults",
"help",
"lazy",
"lspinfo",
"man",
},
},
}) })
vim.g.indent_blankline_filetype_exclude = {
"",
"checkhealth",
"dashboard",
"help",
"lspinfo",
"man",
"lazy",
"git",
}
end end