WIP: Switch to NixOS #5

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

View file

@ -45,5 +45,7 @@ g.mapleader = " "
-- Indentation settings -- Indentation settings
o.tabstop = 4 o.tabstop = 4
o.softtabstop = -1
o.expandtab = true
o.shiftwidth = 4 o.shiftwidth = 4
o.smartindent = true o.smartindent = true