WIP: Switch to NixOS #5

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

View file

@ -16,8 +16,10 @@ o.hidden = true
-- Show line numbers
o.number = true
-- Blinking cursor
o.guicursor = 'a:blinkon1'
o.guicursor = table.concat({
'i:ver1', -- Vertical bar cursor in insert mode
'a:blinkon1' -- Blinking cursor in all modes
}, ',')
-- Enable global statusline
o.laststatus = 3