Co-authored-by: Devin Haska <wonderfulfrog@users.noreply.github.com>
This commit is contained in:
Devin Haska 2024-05-10 11:26:26 -07:00 committed by GitHub
parent 8591814ca5
commit 10e4a3af37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 564 additions and 430 deletions

View file

@ -42,3 +42,5 @@ vim.opt.fillchars = {
vim.opt.foldlevel = 99
vim.opt.foldmethod = "indent"
vim.opt.termguicolors = true