From 58e585c93b81b420e9fb2dfd9e572d7832fa9aa3 Mon Sep 17 00:00:00 2001 From: Jake Waksbaum Date: Thu, 3 Sep 2020 13:29:29 -0400 Subject: vimPlugins: Document node-based plugins --- doc/languages-frameworks/vim.section.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/languages-frameworks/vim.section.md b/doc/languages-frameworks/vim.section.md index 4911509212e6..8e4826232e1a 100644 --- a/doc/languages-frameworks/vim.section.md +++ b/doc/languages-frameworks/vim.section.md @@ -263,6 +263,8 @@ Sometimes plugins require an override that must be changed when the plugin is up To add a new plugin, run `./update.py --add "[owner]/[name]"`. **NOTE**: This script automatically commits to your git repository. Be sure to check out a fresh branch before running. +Finally, there are some plugins that are also packaged in nodePackages because they have Javascript-related build steps, such as running webpack. Those plugins are not listed in `vim-plugin-names` or managed by `update.py` at all, and are included separately in `overrides.nix`. Currently, all these plugins are related to the `coc.nvim` ecosystem of Language Server Protocol integration with vim/neovim. + ## Important repositories - [vim-pi](https://bitbucket.org/vimcommunity/vim-pi) is a plugin repository -- cgit v1.2.3