NO INIT.VIM ANYMORE

This commit is contained in:
elkowar 2021-05-08 22:26:39 +02:00
parent 32cee319fb
commit 82cc8c3e1c
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

View file

@ -1,7 +1,7 @@
let g:vim_config_root = expand('<sfile>:p:h')
let $VIM_ROOT = g:vim_config_root
lua << EOF
-- not even used, but epic. stores the path to the root config directory.
local vim_config_root = vim.fn.expand("<sfile>:p:h")
local pack_path = vim.fn.stdpath("data") .. "/site/pack"
function ensure(user, repo)
@ -17,6 +17,6 @@ end
ensure("wbthomason", "packer.nvim")
ensure("Olical", "aniseed")
vim.g["aniseed#env"] = { compile = true }
EOF
vim.g["aniseed#env"] = {
compile = true
}