My current neovim config
This commit is contained in:
@@ -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')
|
||||
Reference in New Issue
Block a user