diff options
| author | kylo252 <[email protected]> | 2021-12-13 17:58:35 +0100 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-13 17:58:35 +0100 | 
| commit | 6cf21e9ddec41addf01744176afb2e138b3e1b3f (patch) | |
| tree | 4abf843da0e2ed38689c872694b13d7418536106 /init.lua | |
| parent | 3a2d62ed2510ca05eb6ea87240a86df82338f5aa (diff) | |
| parent | b09ada89402e668ea1636bdbf671a89330199717 (diff) | |
Merge LunarVim/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) | 
