snacks.nvim: remove the annoying explorer that pops up when starting in a directory
This commit is contained in:
parent
6174ca1482
commit
764f14d06c
|
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
"folke/snacks.nvim",
|
||||||
|
opts = {
|
||||||
|
explorer = {enabled = false},
|
||||||
|
}
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue