all repos — nixfiles @ 2db815468ff7581d7b7bdd659a065df26b40eab0

System and user configuration, managed by nix and home-manager

neovim: don't blind me when in dark mode

Alan Pearce
commit

2db815468ff7581d7b7bdd659a065df26b40eab0

parent

e6cc62fdc2f5e1c978dc875fd27fb023bb3f5c7b

1 file changed, 0 insertions(+), 2 deletions(-)

jump to
M user/nvim/init.luauser/nvim/init.lua
@@ -6,8 +6,6 @@ vim.opt.tabstop = 2
vim.opt.expandtab = false vim.opt.number = true -vim.cmd.colorscheme("shine") - vim.g.mapleader = "," local keyset = vim.keymap.set