getting rid of astrovim stuff

This commit is contained in:
Arjun Patel
2023-02-03 19:05:49 -06:00
parent 6b1d2e79dc
commit 771195ef1b
102 changed files with 583 additions and 6637 deletions
+14
View File
@@ -0,0 +1,14 @@
require('rose-pine').setup({
disable_background = true
})
function ColorMyPencils(color)
color = color or "rose-pine"
vim.cmd.colorscheme(color)
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
end
ColorMyPencils()