Install ziglang plugin
This commit is contained in:
parent
2f35539ab1
commit
1477e88bd9
|
@ -72,6 +72,9 @@ local function init()
|
|||
|
||||
-- Nginx syntax
|
||||
use 'chr4/nginx.vim'
|
||||
|
||||
-- Zig syntax
|
||||
use 'ziglang/zig.vim'
|
||||
end
|
||||
|
||||
local plugins = setmetatable({}, {
|
||||
|
|
|
@ -146,6 +146,10 @@ _G.packer_plugins = {
|
|||
["vim-sandwich"] = {
|
||||
loaded = true,
|
||||
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