diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ -- Loads plugins for Neovim with fennel. +require "bootstrap" vim.g["aniseed#env"] = { module = "init", compile = true, |