WIP: Switch to NixOS #5

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

View file

@ -1,6 +1,9 @@
local o = vim.o local o = vim.o
local g = vim.g local g = vim.g
-- Relative line numbers
o.relativenumber = true
-- True colors -- True colors
o.termguicolors = true o.termguicolors = true