neovim-flake/docs/manual/custom-plugins.md

11 lines
312 B
Markdown
Raw Normal View History

2023-12-09 20:03:58 +01:00
# Custom Plugins {#ch-custom-plugins}
You can use custom plugins, before they are implemented in the flake.
To add a plugin, you need to add it to your config's `config.vim.startPlugins` array.
```{=include=} sections
custom-plugins/new-method.md
custom-plugins/old-method.md
custom-plugins/configuring.md
```