WIP: Switch to NixOS #5

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

View file

@ -1,8 +1,6 @@
local o = vim.o
local g = vim.g
------ Appearance ------
-- True colors
o.termguicolors = true
@ -27,8 +25,6 @@ o.laststatus = 3
-- Hide cmdline
o.cmdheight = 0
------ Misc -------
-- Use suda by default
g.suda_smart_edit = 1