Search Criteria
Package Details: vim-zig-git 1:r155.3538ae9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vim-zig-git.git (read-only, click to copy) |
---|---|
Package Base: | vim-zig-git |
Description: | Vim configuration for Zig |
Upstream URL: | https://github.com/ziglang/zig.vim |
Keywords: | vim zig |
Licenses: | MIT |
Conflicts: | vim-zig |
Provides: | vim-zig |
Submitter: | NBonaparte |
Maintainer: | NBonaparte |
Last Packager: | NBonaparte |
Votes: | 2 |
Popularity: | 0.000013 |
First Submitted: | 2019-06-07 22:39 (UTC) |
Last Updated: | 2022-07-28 03:35 (UTC) |
Dependencies (3)
- vim (neovim-drop-in, vim-git, vim-qt-git, neovim-symlinks, vim-x11, neovim-vim-compat, gvim-wayland-lilydjwg-git, nvim-vim, vim-wayland, gvim-wayland, vim-clipboard, gvim-gtk2, gvim)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- zig (zvm, zig-static, zig-dev-bin, zig-git) (optional)
Latest Comments
TapioTallgren commented on 2021-09-02 07:45 (UTC)
In PKGBUILD, you need to add "compiler" to package() function. This works for me:
cp -r autoload ftdetect ftplugin plugin syntax compiler "${_installpath}"
The zig.vim plugin defines 'compiler' to be 'zig_build' by default, and zig_build is defined in compiler/zig_build.zig. Otherwise, you get a warning that compiler zig_build is not supported.