diff options
author | kylo252 <[email protected]> | 2021-12-03 18:56:31 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-12-03 18:56:31 +0100 |
commit | fe95dffe41455139898f2125b176a76a97331c95 (patch) | |
tree | 992b3bd3b3abb5a000a1d1dbfd0ec3e7c4eab8e5 /init.lua | |
parent | b6d1aa8a314f849e4e98e9fb541e6ea403e01b6f (diff) |
fix: no restart required when changing colorscheme (#2026)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -15,9 +15,6 @@ require("lvim.plugin-loader").load { plugins, lvim.plugins } local Log = require "lvim.core.log" Log:debug "Starting LunarVim" -vim.g.colors_name = lvim.colorscheme -- Colorscheme must get called after plugins are loaded or it will break new installs. -vim.cmd("colorscheme " .. lvim.colorscheme) - local commands = require "lvim.core.commands" commands.load(commands.defaults) |