Skip to content

Commit a41559f

Browse files
osbmGaetanLepage
authored andcommitted
treewide: add plugin descriptions
1 parent 1f3e574 commit a41559f

File tree

281 files changed

+349
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

281 files changed

+349
-1
lines changed

plugins/by-name/aerial/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
77
name = "aerial";
88
packPathName = "aerial.nvim";
99
package = "aerial-nvim";
10+
description = "A code outline window for skimming and quick navigation.";
1011

1112
maintainers = [ lib.maintainers.GaetanLepage ];
1213

plugins/by-name/airline/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ lib.nixvim.plugins.mkVimPlugin {
1010
packPathName = "vim-airline";
1111
package = "vim-airline";
1212
globalPrefix = "airline_";
13+
description = "Lean & mean status/tabline for vim that's light as air.";
1314

1415
maintainers = [ lib.maintainers.GaetanLepage ];
1516

plugins/by-name/ansiesc/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
lib.nixvim.plugins.mkVimPlugin {
33
name = "ansiesc";
44
package = "vim-plugin-AnsiEsc";
5+
description = "Vim plugin to conceal ANSI escape sequences in the text.";
56

67
maintainers = [ lib.maintainers.GaetanLepage ];
78
}

plugins/by-name/arrow/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
88
name = "arrow";
99
packPathName = "arrow.nvim";
1010
package = "arrow-nvim";
11+
description = "A Neovim plugin to bookmark and navigate through files.";
1112

1213
maintainers = [ maintainers.hmajid2301 ];
1314

plugins/by-name/auto-save/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
77
name = "auto-save";
88
packPathName = "auto-save.nvim";
99
package = "auto-save-nvim";
10+
description = "Automatically save your changes in NeoVim.";
1011

1112
maintainers = [ lib.maintainers.braindefender ];
1213

plugins/by-name/auto-session/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ in
99
lib.nixvim.plugins.mkNeovimPlugin {
1010
name = "auto-session";
1111
package = "auto-session";
12+
description = "A small automated session manager for Neovim.";
1213

1314
maintainers = [ lib.maintainers.khaneliman ];
1415

plugins/by-name/autosource/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ lib.nixvim.plugins.mkVimPlugin {
1010
packPathName = "vim-autosource";
1111
package = "vim-autosource";
1212
globalPrefix = "autosource_";
13+
description = "A Vim plugin that enables per project Vim configuration.";
1314

1415
maintainers = [ lib.maintainers.refaelsh ];
1516

plugins/by-name/avante/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
66
name = "avante";
77
packPathName = "avante.nvim";
88
package = "avante-nvim";
9+
description = "A Neovim plugin designed to emulate the behaviour of the Cursor AI IDE.";
910

1011
maintainers = [ lib.maintainers.GaetanLepage ];
1112

plugins/by-name/aw-watcher/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
77
moduleName = "aw_watcher";
88
packPathName = "aw-watcher.nvim";
99
package = "aw-watcher-nvim";
10+
description = "A neovim watcher for ActivityWatch time tracker.";
1011

1112
maintainers = [ lib.maintainers.axka ];
1213

plugins/by-name/bacon/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
33
name = "bacon";
44
package = "nvim-bacon";
55
maintainers = [ lib.maintainers.alisonjenkins ];
6+
description = "View and jump to locations found in `.bacon-locations` files.";
67

78
settingsOptions = {
89
quickfix = {

0 commit comments

Comments
 (0)