Update .config/lvim/config.lua

This commit is contained in:
Felix Delattre 2023-03-10 00:22:24 +01:00
parent 2b5750da54
commit 62d65b7542
1 changed files with 5 additions and 1 deletions

View File

@ -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