aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2023-07-30 12:19:23 +0900
committersefidel <contact@sefidel.net>2023-07-30 12:19:23 +0900
commit9bd59a7bc51517745cc2359609c1e455f0fad86d (patch)
treefffd54bfb8b19d68ecda1d58393618bba4b44788
parent032c42025bc4fa239c5e410cbdb960b2c8ebcc14 (diff)
downloadnixrc-9bd59a7bc51517745cc2359609c1e455f0fad86d.zip
feat(home/base): helix: disable lsp
-rw-r--r--home/profiles/base/default.nix6
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";