about summary refs log tree commit diff stats
path: root/config/vis/visrc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config/vis/visrc.lua')
-rw-r--r--config/vis/visrc.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/vis/visrc.lua b/config/vis/visrc.lua
index b194feb..d153cab 100644
--- a/config/vis/visrc.lua
+++ b/config/vis/visrc.lua
@@ -3,11 +3,12 @@ require('vis')
 
 vis.events.subscribe(vis.events.INIT, function()
 	-- Your global configuration options
-	vis:command('set change-256colors off')
-	vis:command('set theme fake256')
+	vis:command('set theme causalagency')
 end)
 
 vis.events.subscribe(vis.events.WIN_OPEN, function(win)
 	-- Your per window configuration options e.g.
-	-- vis:command('set number')
+	vis:command('set cul')
+	vis:command('set nu')
+	vis:command('set ai')
 end)