summaryrefslogtreecommitdiff
path: root/init.lua
blob: 6dfde987b03c701bde1b82c712d9cd6d836087ff (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"