mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-25 10:18:36 +02:00
treewide: add plugin descriptions
This commit is contained in:
parent
b4750c4696
commit
187a0ff8ab
281 changed files with 349 additions and 1 deletions
|
@ -15,6 +15,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
maintainers = [ lib.maintainers.GaetanLepage ];
|
||||
|
||||
description = ''
|
||||
A completion engine for Neovim written in Lua, designed to be fast and extensible.
|
||||
|
||||
---
|
||||
|
||||
### Completion Source Installation
|
||||
|
||||
If `plugins.cmp.autoEnableSources` is `true` Nixivm will automatically enable the corresponding source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue