refactor: redoing nvim config

This commit is contained in:
Cipher Vance
2025-11-17 08:12:11 -06:00
parent a74193080d
commit 39f901a882
38 changed files with 241 additions and 1201 deletions

6
nvim/lua/options.lua Normal file
View File

@@ -0,0 +1,6 @@
require "nvchad.options"
-- add yours here!
-- local o = vim.o
-- o.cursorlineopt ='both' -- to enable cursorline!