diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/base/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix index 95be7cc..754801b 100644 --- a/home/profiles/base/default.nix +++ b/home/profiles/base/default.nix @@ -92,9 +92,9 @@ in select = "underline"; }; - lsp = { - display-inlay-hints = true; - }; + # lsp = { + # display-inlay-hints = true; + # }; color-modes = true; bufferline = "multiple"; |