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