summaryrefslogtreecommitdiff
path: root/init.lua
blob: 7defcbf19771afe7c7c11705638610640cf08297 (plain)
1
2
3
4
5
6
7
8
9
-- Loads plugins for Neovim.

-- Load fennel config
vim.g["aniseed#env"] = {
  module = "init",
  compile = true,
}

require "init"