mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-16 04:14:41 +02:00
move colorscheme setting to settings
This commit is contained in:
parent
79fa16ff06
commit
ec814f60c5
2 changed files with 4 additions and 5 deletions
2
init.lua
2
init.lua
|
@ -2,8 +2,6 @@ require('default-config')
|
|||
vim.cmd('luafile ' .. CONFIG_PATH .. '/lv-config.lua')
|
||||
require('settings')
|
||||
require('plugins')
|
||||
vim.g.colors_name = O.colorscheme
|
||||
vim.g.syntax = true
|
||||
require('lv-utils')
|
||||
require('keymappings')
|
||||
require('lv-galaxyline')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue