diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-11 21:11:15 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-11 21:11:15 +0200 |
commit | 3a6f157ba8974f68de7e436e8ecbce1dacf2a439 (patch) | |
tree | 72dfd3de753cddc28f32f3c5947f8c7579389515 | |
parent | b669753c7c1514e80cce44d7b403d829e465a602 (diff) |
fix(init): add loading of bootstrap 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, |