updating all of my config, specifically doing this to fix the nvim configurations
This commit is contained in:
4
nvim/lua/settings.lua
Normal file
4
nvim/lua/settings.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
-- General Settings
|
||||
vim.o.number = true
|
||||
vim.o.background = "dark"
|
||||
vim.cmd([[colorscheme gruvbox]])
|
||||
Reference in New Issue
Block a user