prevent malicious elisp warning when running themes

This commit is contained in:
minhtrannhat
2021-10-08 21:22:51 -04:00
parent 4a052e26b8
commit c97a1cc43a
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ lvim.format_on_save = true
lvim.lint_on_save = true
lvim.colorscheme = "nord"
lvim.shell = "/bin/fish"
vim.opt.guifont = "JetBrainsMono Nerd Font Mono:h16"
-- keymappings [view all the defaults by pressing <leader>Lk]
lvim.leader = "space"