diff options
author | kylo252 <[email protected]> | 2021-12-11 20:18:16 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2021-12-11 20:18:16 +0100 |
commit | fc756d8151b2f55044b8049807d199fbfb01b3bf (patch) | |
tree | 54ff77f66315abdc440802ceb535662a5c4eabf4 /init.lua | |
parent | 3a2d62ed2510ca05eb6ea87240a86df82338f5aa (diff) | |
parent | f7d883b6b92d66c222fd0d4e3d398c1f4fcea882 (diff) |
Merge remote-tracking branch 'origin/rolling' into release-candidate
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) |