Install ziglang plugin
This commit is contained in:
parent
2f35539ab1
commit
1477e88bd9
|
@ -72,6 +72,9 @@ local function init()
|
||||||
|
|
||||||
-- Nginx syntax
|
-- Nginx syntax
|
||||||
use 'chr4/nginx.vim'
|
use 'chr4/nginx.vim'
|
||||||
|
|
||||||
|
-- Zig syntax
|
||||||
|
use 'ziglang/zig.vim'
|
||||||
end
|
end
|
||||||
|
|
||||||
local plugins = setmetatable({}, {
|
local plugins = setmetatable({}, {
|
||||||
|
|
|
@ -146,6 +146,10 @@ _G.packer_plugins = {
|
||||||
["vim-sandwich"] = {
|
["vim-sandwich"] = {
|
||||||
loaded = true,
|
loaded = true,
|
||||||
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-sandwich"
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/vim-sandwich"
|
||||||
|
},
|
||||||
|
["zig.vim"] = {
|
||||||
|
loaded = true,
|
||||||
|
path = "/home/leo/.local/share/nvim/site/pack/packer/start/zig.vim"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user