Replies: 2 comments 5 replies
-
nope and I won't add this either |
Beta Was this translation helpful? Give feedback.
1 reply
-
{
'folke/snacks.nvim',
opts = {},
config = function(_, opts)
require('snacks').setup(opts)
-- Replace indent symbols with spaces
-- See @dpetka2001 comment
-- Remove indent itself
require('snacks.picker.format').tree = function()
return {}
end
end,
} snacks.nvim/lua/snacks/picker/format.lua Lines 243 to 260 in bc0630e |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is it possible to disable indent lines in explorer? I can't seem to find an option for it. Basically I want to achieve something similar to my current neotree config:
Beta Was this translation helpful? Give feedback.
All reactions