My current neovim config

This commit is contained in:
2022-10-10 18:12:32 -07:00
commit ec3acd5976
7 changed files with 308 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
vim.opt.termguicolors = true
vim.opt.background = "dark"
vim.g.everforest_better_performance = 1
vim.g.everforest_disable_italic_comment = 1
vim.g.sonokai_better_performance = 1
vim.g.sonokai_disable_italic_comment = 1
--vim.cmd("colorscheme sonokai")
vim.cmd("colorscheme gruvbox")
--vim.cmd('highlight Comment guifg=#f8c0a0')
vim.cmd('highlight Comment guifg=#9296a0')