Update .config/lvim/config.lua
This commit is contained in:
parent
2b5750da54
commit
62d65b7542
|
@ -11,7 +11,11 @@ an executable
|
|||
-- general
|
||||
lvim.log.level = "warn"
|
||||
lvim.format_on_save.enabled = false
|
||||
lvim.colorscheme = "lunar"
|
||||
require("tokyonight").setup({
|
||||
style = "night",
|
||||
})
|
||||
lvim.colorscheme = "tokyonight"
|
||||
|
||||
-- to disable icons and use a minimalist setup, uncomment the following
|
||||
-- lvim.use_icons = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue