Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

don't show space in vis

+1 -1
+1 -1
vis/visrc.lua
··· 39 39 --per-window configuration-- 40 40 --vis:command('set number') 41 41 vis:command('set showtab on') 42 - vis:command('set showspace on') 42 + vis:command('set showspace off') 43 43 vis:command('set autoindent on') 44 44 vis:command('set cursorline on') 45 45 vis:command('set tabwidth 4')