Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
potsbo committed Jul 7, 2024
1 parent 8d0c677 commit 683f916
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/.config/nvim/lua/plugins/neo-tree.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ return {
-- cancel default config to allow dvorak jk moves
["t"] = "",
["h"] = "",
["z"] = "",
["n"] = "open",
-- VSCode like
["<cr>"] = "rename",
},
},
filesystem = {
filtered_items = {
hide_dotfiles = false,
},
},
},
Expand Down

0 comments on commit 683f916

Please sign in to comment.