WIP: Switch to NixOS #5

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

View file

@ -34,3 +34,8 @@ o.smartcase = true
-- Set leader -- Set leader
g.mapleader = " " g.mapleader = " "
-- Indentation settings
o.tabstop = 4
o.shiftwidth = 4
o.smartindent = true