Skip to content

Commit

Permalink
Merge pull request #47 from redyf/dev
Browse files Browse the repository at this point in the history
Casual changes
  • Loading branch information
redyf authored Feb 6, 2024
2 parents 9562d35 + 2633241 commit 99e1d78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions config/lsp/lsp.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
completion = {
callSnippet = "Replace";
};
telemetry = {
enabled = false;
};
};
};
};
Expand Down
2 changes: 1 addition & 1 deletion config/utils/illuminate.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
plugins.illuminate = {
enable = true;
underCursor = true;
underCursor = false;
filetypesDenylist = [
"DressingSelect"
"Outline"
Expand Down

0 comments on commit 99e1d78

Please sign in to comment.