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