modules/lsp: updated inlayHints option description

This commit is contained in:
Max Koon
2026-08-17 11:45:24 +00:00
committed by Matt Sturgeon
parent 73a1c2ef73
commit 94fa51d8b7
+7 -1
View File
@@ -13,7 +13,13 @@ in
};
inlayHints = {
enable = lib.mkEnableOption "inlay hints globally";
enable = lib.mkEnableOption null // {
description = ''
Whether to enable inlay hints globally.
See [`:h lsp-inlay_hint`](https://neovim.io/doc/user/lsp/#lsp-inlay_hint)
'';
};
};
codelens = {
enable = lib.mkEnableOption null // {