repos

the editor learns to count its steps

ed600b4b by Isaac Bythewood · 3 months ago

modified dotfiles/neovim/init.lua
@@ -1,4 +1,5 @@vim.opt.termguicolors = truevim.opt.number = truevim.opt.syntax = "on"vim.cmd.colorscheme("habamax")vim.api.nvim_set_hl(0, "Normal", { bg = "#000000" })