summaryrefslogtreecommitdiff
path: root/init.lua
blob: 7cc6bc92a53cbb56f6a89d9e1f737b541be57c20 (plain)
1
2
3
4
5
6
-- Loads plugins for Neovim with fennel.
require "bootstrap"
vim.g["aniseed#env"] = {
  module = "init",
  compile = true,
}