neovim-syntastic 3.10.0
Syntax checking plugin for Neovim
Vim-syntastic is a syntax checking plugin for Neovim. It runs files through external syntax checkers and displays any resulting errors to the user. This can be done on demand, or automatically as files are saved. If syntax errors are detected, the user is notified.
- Outputs:
out
- Website: https://github.com/vim-syntastic/syntastic
- Licenses: WTFPL 2
- Package source: gnu/packages/vim.scm
- Builds: See build status
- Issues: See known issues
Installation
Install neovim-syntastic 3.10.0
as follows:
guix install neovim-syntastic@3.10.0
Or install the latest version:
guix install neovim-syntastic
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.