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 -- Show line numbers
o.number = true o.number = true
-- Blinking cursor o.guicursor = table.concat({
o.guicursor = 'a:blinkon1' 'i:ver1', -- Vertical bar cursor in insert mode
'a:blinkon1' -- Blinking cursor in all modes
}, ',')
-- Enable global statusline -- Enable global statusline
o.laststatus = 3 o.laststatus = 3