holy shit I think I got it working on windows

This commit is contained in:
topper3418 2024-07-14 03:05:19 -05:00
parent f328a7e2f5
commit 494e0233c8
2 changed files with 10 additions and 3 deletions

View file

@ -356,6 +356,5 @@ vim.opt.smartindent = true
-- this is transparent background
vim.api.nvim_set_hl(0, 'Normal', { bg = 'none' })
vim.api.nvim_set_hl(0, 'NormalFloat', { bg = 'none' })
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et