pest.vim icon indicating copy to clipboard operation
pest.vim copied to clipboard

Vim syntax highlighting for pest PEG grammar files.

Results 3 pest.vim issues
Sort by recently updated
recently updated
newest added

Hi. Thanks for making this, its always really nice finding plugins that help with development. Here's my setup: - [email protected] - vim-plug@ddce935b16fbaaf02ac96f9f238deb04d4d33a31 - pest.vim@ebeeea5e0757adee037135cf3b8248589b22ae16 I was trying to install this...

I have the following tree: ``` . ├── Cargo.lock ├── Cargo.toml └── src ├── main.rs ├── parse │   ├── grammar.rs │   └── internals │   ├── base.pest │   ├── command_substitution.pest │  ...

Updated to use `vim.lsp.config` if available to resolve deprecation issue for neovim version >= 0.11. More info can be seen here: https://neovim.io/doc/user/lsp.html See also `nvim-lspconfig` repo: https://github.com/neovim/nvim-lspconfig If you do...