Skip to content

Commit

Permalink
Merge pull request #170 from kabinspace/colorscheme_optimization
Browse files Browse the repository at this point in the history
Fix colorscheme to use user options helper function
  • Loading branch information
mehalter committed Mar 20, 2022
2 parents e6c2a5a + 7bab2ed commit 810aa26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/core/options.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
local M = {}

local utils = require "core.utils"
local config = utils.user_settings()
local colorscheme = config.colorscheme
local colorscheme = utils.user_plugin_opts "colorscheme"

local set = vim.opt

Expand Down

0 comments on commit 810aa26

Please sign in to comment.