Skip to content

Commit 3225ffd

Browse files
practicalli: disable snacks indent guides by default
resolve: #27
1 parent 3385fa0 commit 3225ffd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
## Changed
2222
- lazy: enable zipPlugin to view src inside jar files
2323
- community: picker-lsp-mappings recipe replaces custom code
24+
- practicalli: disable snacks indent guides by default

lua/plugins/user-practicalli.lua

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ return {
5454
timeout = 4,
5555
},
5656
},
57-
58-
-- Startup Dashboard
57+
-- Snacks Customisation
5958
{
6059
"folke/snacks.nvim",
6160
opts = {
@@ -72,6 +71,8 @@ return {
7271
}, "\n"),
7372
},
7473
},
74+
-- indent guides - disable by default
75+
indent = { enabled = false },
7576
},
7677
},
7778
-- ------------------------------------------

0 commit comments

Comments
 (0)