Skip to content

Instantly share code, notes, and snippets.

(require :vis)
;; `WIN_OPEN' will be converted to `win_open'
(vis.events.subscribe vis.events.WIN_OPEN
(defun [win]
(vis@command "set number on")
(vis@command "set autoindent on")
(vis@command "set tabwidth 4")
(vis@command "set theme dark-16")
(vis@command "set expandtab on")