WIP: Switch to NixOS #5

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

View file

@ -19,6 +19,9 @@ o.cmdheight = 1
-- Always show signcolumn
o.signcolumn = 'yes'
-- Diff settings
cmd 'set diffopt=filler,internal,algorithm:histogram,indent-heuristic'
-- Blinking cursor
cmd 'set guicursor=i:ver1'
cmd 'set guicursor+=a:blinkon1'