settings.lua 412 B

123456789101112131415
  1. -- vis settings
  2. -- THEME
  3. vis:command('set theme strlstwaveofvapor')
  4. -- COMMANDS
  5. --vis:command('set nu') -- line numbers
  6. --vis:command('set re') -- relative numbers
  7. vis:command('set cul') -- cursor line
  8. vis:command('set ai off') -- auto indent
  9. vis:command('set et') -- expand tab
  10. vis:command('set tw 4') -- tab width
  11. vis:command('set show-tabs')
  12. --vis:command('set show-newlines')
  13. vis:command('set show-spaces')