Modified config
This commit is contained in:
@@ -3,17 +3,6 @@ local o = vim.o
|
||||
local opt = vim.opt
|
||||
local cmd = vim.cmd
|
||||
|
||||
local status, prefs = pcall(require, "taken.prefs")
|
||||
if not status then
|
||||
prefs = {}
|
||||
end
|
||||
|
||||
if prefs.colorscheme == nil then
|
||||
cmd("colorscheme default")
|
||||
else
|
||||
cmd("colorscheme " .. prefs.colorscheme)
|
||||
end
|
||||
|
||||
local cursorcolumncolor = vim.fn.synIDattr(vim.fn.hlID("CursorColumn"), "bg")
|
||||
cmd("hi CursorLine guibg=" .. cursorcolumncolor)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user