doc: improve description of neodev

This commit is contained in:
Ching Pei Yang 2023-09-23 15:41:34 +02:00
parent 4f0da75ce3
commit 18dabf1725

View file

@ -23,7 +23,7 @@ in {
default = pkgs.lua-language-server;
};
neodev.enable = mkEnableOption "Enable neodev.nvim integration";
neodev.enable = mkEnableOption "Enable neodev.nvim integration, useful for neovim plugin developers";
};
};