Skip to content

Commit

Permalink
Update doc/languages-frameworks/neovim.section.md
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Horstman <[email protected]>
  • Loading branch information
teto and khaneliman authored Jan 17, 2025
1 parent 9cb25d3 commit 70e4ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/neovim.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ neovim.override {
# here your custom configuration goes!
'';
packages.myVimPackage = with pkgs.vimPlugins; {
# see examples below how to use custom packages
# See examples below on how to use custom packages.
start = [ ];
# If a Vim plugin has a dependency that is not explicitly listed in
# opt that dependency will always be added to start to avoid confusion.
Expand Down

0 comments on commit 70e4ea5

Please sign in to comment.