fix(vim): add link in for vim snippets
This commit is contained in:
parent
fe3f670b97
commit
1a47852510
1 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
local git = require('lib.git')
|
local git = require('lib.git')
|
||||||
|
|
||||||
local nvim_pluing_dir_start = os.getenv("HOME") .. "/.config/nvim/pack/bundle/start"
|
local nvim_dir = os.getenv("HOME") .. "/.config/nvim"
|
||||||
|
local nvim_pluing_dir_start = nvim_dir .. "/pack/bundle/start"
|
||||||
|
|
||||||
|
configz.link(nvim_dir .. "/snippets", {
|
||||||
|
source = os.getenv("PWD") .. "/site-modules/core/files/vim/snippets/snippets"
|
||||||
|
})
|
||||||
|
|
||||||
git.repo({
|
git.repo({
|
||||||
src = "https://github.com/sbdchd/neoformat",
|
src = "https://github.com/sbdchd/neoformat",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue