summaryrefslogtreecommitdiff
path: root/pkgs/custom-neovim/config/init.fnl
blob: 44ee755041fdca2b8b82984e25eafa792d5d8784 (plain)
1
2
3
4
5
6
7
;; Import Hibiscus Macros
(import-macros {
	: set!
	: set+
	: exec!} :hibiscus.vim)

(exec! "colorscheme evening")