vim: minor refactor
This commit is contained in:
parent
d8ba015ccd
commit
63c5efbe9d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
vim.cmd([[let &t_8f = "\<ESC>[38:2:%lu:%lu:%lum"]])
|
||||
vim.cmd([[let &t_8b = "\<ESC>[48:2:%lu:%lu:%lum"]])
|
||||
vim.cmd [[let &t_8f = "\<ESC>[38:2:%lu:%lu:%lum"]]
|
||||
vim.cmd [[let &t_8b = "\<ESC>[48:2:%lu:%lu:%lum"]]
|
||||
|
||||
local set_options = function(options)
|
||||
local opt = vim.opt
|
||||
|
|
Loading…
Add table
Reference in a new issue