updating all of my config, specifically doing this to fix the nvim configurations

This commit is contained in:
klein panic
2025-01-29 15:26:21 -05:00
parent c15409e848
commit 47a02e4479
949 changed files with 127542 additions and 6069 deletions

4
nvim/lua/settings.lua Normal file
View File

@@ -0,0 +1,4 @@
-- General Settings
vim.o.number = true
vim.o.background = "dark"
vim.cmd([[colorscheme gruvbox]])