docs: add enable option to docs
This commit is contained in:
parent
bb05f09bec
commit
1dc6361600
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ See also [lazy.nvim](https://github.com/folke/lazy.nvim/#-plugin-spec) plugin sp
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.neovim.lazy.enable = true;
|
||||
programs.neovim.lazy.plugins = with pkgs.vimPlugins; [
|
||||
# Simple lazy loaded plugin based on events
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue