i love aurora (nixcats over nvf)

This commit is contained in:
Dea 2026-02-19 13:46:23 -05:00
parent ddd128093d
commit 6d2bcbc66e
20 changed files with 772 additions and 145 deletions

11
homemanager/vim/init.lua Normal file
View file

@ -0,0 +1,11 @@
vim.g.mapleader = " "
vim.opt.termguicolors = true -- use terminal colors
vim.opt.relativenumber = true
vim.opt.number = true
vim.opt.wrap = true
-- vim.opt.colorcolumn = "80"
vim.cmd.colorscheme("candyland")
require("plugins")
require("lsp")