We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3385fa0 commit 3225ffdCopy full SHA for 3225ffd
CHANGELOG.md
@@ -21,3 +21,4 @@
21
## Changed
22
- lazy: enable zipPlugin to view src inside jar files
23
- community: picker-lsp-mappings recipe replaces custom code
24
+- practicalli: disable snacks indent guides by default
lua/plugins/user-practicalli.lua
@@ -54,8 +54,7 @@ return {
54
timeout = 4,
55
},
56
57
-
58
- -- Startup Dashboard
+ -- Snacks Customisation
59
{
60
"folke/snacks.nvim",
61
opts = {
@@ -72,6 +71,8 @@ return {
72
71
}, "\n"),
73
74
+ -- indent guides - disable by default
75
+ indent = { enabled = false },
76
77
78
-- ------------------------------------------
0 commit comments