diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 22:41:58 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 22:41:58 +0200 |
commit | a3c5be89d922a7bd7c2992eda7bd1bef4d8ddf44 (patch) | |
tree | fa8df40fe8f112e924ca1856834bc10f121c4430 | |
parent | 96897206acd965dfd3f4f4fe0dd135d081862475 (diff) |
fix: remove init req
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,4 +6,4 @@ vim.g["aniseed#env"] = { compile = true, } -require "init" +-- require "init" |