Neovim: Add rainbow-mode, improve diffview colors

This commit is contained in:
Riyyi
2024-02-25 15:44:57 +01:00
parent 88f9e2e408
commit a282e01692
4 changed files with 36 additions and 11 deletions
+1
View File
@@ -44,6 +44,7 @@ vim.opt.shadafile = vim.fn.stdpath("cache") .. "/netrwhist"
vim.opt.colorcolumn = "81"
vim.opt.completeopt = "menuone,noselect"
vim.opt.cursorline = true
vim.opt.fillchars = vim.opt.fillchars + "diff:"
vim.opt.showtabline = 0
vim.opt.termguicolors = true
vim.opt.title = true