logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git

visrc.lua (446B)


  1. require("vis")
  2. vis.events.subscribe(vis.events.WIN_OPEN, function(win)
  3. vis:command('set rnu')
  4. vis:command('set show-eof off')
  5. vis:command('set show-tabs')
  6. vis:command('set show-newline')
  7. vis:command('set autoindent')
  8. vis:command('set theme gruvbox')
  9. vis:command('set tabwidth 4')
  10. vis:command('set colorcolumn 80')
  11. end)
  12. -- theme configuration
  13. is_dark = true
  14. --contrast_dark = 'hard'
  15. --contrast_light = 'hard'
  16. gruvbox_comment_hard = true