fix: editor updates
This commit is contained in:
parent
54a77fb640
commit
97aa1d9a28
4 changed files with 18 additions and 17 deletions
|
@ -1,6 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"nvim-neo-tree/neo-tree.nvim",
|
||||
event = "VeryLazy",
|
||||
branch = "v3.x",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
|
@ -22,6 +23,7 @@ return {
|
|||
hide_gitignored = true,
|
||||
always_show = {
|
||||
".env",
|
||||
".env.local",
|
||||
},
|
||||
never_show = {
|
||||
".git",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue