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
+15
View File
@@ -0,0 +1,15 @@
require("zen-mode").setup {
window = {
width = 90,
options = {
number = true,
relativenumber = true,
}
},
}
vim.keymap.set("n", "<leader>zz", function()
require("zen-mode").toggle()
vim.wo.wrap = false
ColorMyPencils()
end)