change highlight loading function name
This commit is contained in:
parent
08453985ca
commit
f77d052d70
11 changed files with 14 additions and 18 deletions
3
init.lua
3
init.lua
|
|
@ -14,6 +14,9 @@ if fn.empty(fn.glob(install_path)) > 0 then
|
|||
print "Cloning packer .."
|
||||
fn.system { "git", "clone", "--depth", "1", "https://github.com/wbthomason/packer.nvim", install_path }
|
||||
|
||||
os.execute("mkdir " .. vim.fn.stdpath "data" .. "/site/pack/packer/start/base46_cache/lua/base46_cache")
|
||||
require("base46").compile()
|
||||
|
||||
-- install plugins + compile their configs
|
||||
vim.cmd "packadd packer.nvim"
|
||||
require "plugins"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue