Moved small function to theme switcher and setting

This commit is contained in:
2023-09-22 23:00:58 +02:00
parent 65e0c68541
commit 1962b1f3e4
3 changed files with 6 additions and 4 deletions

View File

@@ -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: "