nvim: Switch to lua for all the things
This commit is contained in:
4
tree/.config/nvim/lua/vars.lua
Normal file
4
tree/.config/nvim/lua/vars.lua
Normal file
@ -0,0 +1,4 @@
|
||||
local g = vim.g
|
||||
|
||||
g.t_co = 256
|
||||
g.background = "dark"
|
||||
Reference in New Issue
Block a user