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 |
| Groups: | vim-plugins |
| Conflicts: | vim-zig |
| Provides: | vim-zig |
| Submitter: | NBonaparte |
| Maintainer: | NBonaparte |
| Last Packager: | NBonaparte |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-06-07 22:39 (UTC) |
| Last Updated: | 2022-07-28 03:35 (UTC) |
Dependencies (3)
- vim (neovim-symlinksAUR, vim-cli-gitAUR, vim-gitAUR, vim-classic-gitAUR, gvim-classic-gitAUR, gvim-gtk2AUR, gvim)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- zig (zig-dev-binAUR, zig-binAUR, zig-gitAUR) (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.