mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-25 13:42:23 +00:00
NO INIT.VIM ANYMORE
This commit is contained in:
parent
32cee319fb
commit
82cc8c3e1c
1 changed files with 6 additions and 6 deletions
|
@ -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"
|
local pack_path = vim.fn.stdpath("data") .. "/site/pack"
|
||||||
|
|
||||||
function ensure(user, repo)
|
function ensure(user, repo)
|
||||||
|
@ -17,6 +17,6 @@ end
|
||||||
ensure("wbthomason", "packer.nvim")
|
ensure("wbthomason", "packer.nvim")
|
||||||
ensure("Olical", "aniseed")
|
ensure("Olical", "aniseed")
|
||||||
|
|
||||||
vim.g["aniseed#env"] = { compile = true }
|
vim.g["aniseed#env"] = {
|
||||||
EOF
|
compile = true
|
||||||
|
}
|
Loading…
Reference in a new issue