mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
modules/lsp: updated inlayHints option description
This commit is contained in:
@@ -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 // {
|
||||
|
||||
Reference in New Issue
Block a user