Moved small function to theme switcher and setting
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
local g = vim.g
|
||||
local o = vim.o
|
||||
local opt = vim.opt
|
||||
local cmd = vim.cmd
|
||||
|
||||
local cursorcolumncolor = vim.fn.synIDattr(vim.fn.hlID("CursorColumn"), "bg")
|
||||
cmd("hi CursorLine guibg=" .. cursorcolumncolor)
|
||||
|
||||
opt.fillchars = "eob: "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user