Neovim 0.5.0 migration #1

Merged
esensar merged 75 commits from neovim-0.5.0 into main 2021-07-05 09:34:51 +00:00
Showing only changes of commit 5a80e0f22a - Show all commits

View file

@ -1,3 +1,4 @@
-- vim.o.termguicolors = true -- Does not look good with gruvbox
vim.o.termguicolors = true -- Does not look good with gruvbox
vim.o.background = "dark"
vim.g.gruvbox_italic = 1
vim.cmd([[colorscheme gruvbox]])