WIP: Switch to NixOS #5

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

View file

@ -5,4 +5,13 @@ return function()
show_current_context = true, show_current_context = true,
show_current_context_start = true, show_current_context_start = true,
}) })
vim.g.indent_blankline_filetype_exclude = {
"",
"checkhealth",
"dashboard",
"help",
"lspinfo",
"man",
"lazy",
}
end end