Install ziglang plugin

master
blallo 2021-11-19 23:41:58 +01:00
parent 2f35539ab1
commit 1477e88bd9
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
2 changed files with 7 additions and 0 deletions

View File

@ -72,6 +72,9 @@ local function init()
-- Nginx syntax
use 'chr4/nginx.vim'
-- Zig syntax
use 'ziglang/zig.vim'
end
local plugins = setmetatable({}, {

View File

@ -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"
}
}