aboutsummaryrefslogtreecommitdiff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorJake Waksbaum <jake.waksbaum@gmail.com>2020-09-03 13:29:29 -0400
committerJon <jonringer@users.noreply.github.com>2020-09-04 08:33:47 -0700
commit58e585c93b81b420e9fb2dfd9e572d7832fa9aa3 (patch)
tree33f9ff24431853b500a0b79816e9dcce0f22b1ea /doc/languages-frameworks
parentb468834b6b54181c488d796c87c99952c3934be3 (diff)
vimPlugins: Document node-based plugins
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/vim.section.md2
1 files changed, 2 insertions, 0 deletions
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