neovim: use vim.cmd.* call instead of vimscript

This commit is contained in:
2024-02-06 16:33:26 +03:00
parent 44f9aa9e0b
commit f651c44dfc
2 changed files with 3 additions and 3 deletions

View File

@@ -38,4 +38,4 @@ vim.opt.list = true
vim.opt.listchars = { multispace = "·", tab = ">~", leadmultispace = "" }
vim.g.gruvbox_material_foreground = "mix" -- material, mix or original
vim.cmd("colorscheme gruvbox-material")
vim.cmd.colorscheme("gruvbox-material")