change colorscheme to kanegawa, add gentoo-syntax

This commit is contained in:
2026-08-19 19:18:20 -07:00
parent 795c0d5330
commit ac228ba378
4 changed files with 33 additions and 14 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ vim.o.laststatus = 3
vim.o.cmdheight = 0 -- hides commandbar when not in use, looks ok
vim.o.hidden = true
vim.o.signcolumn = 'auto'
-- vim.o.breakindent = false -- I think this looks bad
vim.o.breakindent = false -- I think this looks bad
vim.o.errorbells = true
vim.o.clipboard = "unnamedplus"
vim.o.mouse = 'a'