remove most nerd font icons because I got annoyed by text rendering; improvements

This commit is contained in:
gnat
2024-09-08 15:31:24 -07:00
parent ecfa4a1774
commit a1a1b05f99
11 changed files with 63 additions and 89 deletions

View File

@ -1,5 +1,5 @@
local opt = vim.opt
opt.expandtab = true
opt.smarttab = true
opt.shiftwidth = 4
@ -26,8 +26,8 @@ opt.background = 'light'
opt.updatetime = 50
opt.clipboard = "unnamedplus"
border_style = 'rounded'
vim.cmd('set showtabline=2')
vim.cmd('colorscheme gruvbox')
vim.cmd('hi SpellBad gui=undercurl guifg=#cc241c')