Idk what happened, but my tmux folder got removed. Didn't want to lose my changes, so I added it back in and pulled the plugins again. Seems to be working as expected.

This commit is contained in:
Norm Rasmussen
2023-06-27 14:53:04 -04:00
parent 8b13ced135
commit e8b1d00fc8
18 changed files with 179 additions and 5 deletions

View File

@ -57,7 +57,8 @@ opt.synmaxcol = 240 -- Max column for syntax highlight
-- Colorscheme
-----------------------------------------------------------
opt.termguicolors = true -- Enable 24-bit RGB colors
cmd[[colorscheme dracula]]
--cmd[[colorscheme dracula]]
cmd[[colorscheme lunaperche]]
-----------------------------------------------------------
-- Tabs, indent
-----------------------------------------------------------