remove specific hashes, the bug enter hack breaks on mac so diff on OS

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-06-29 11:40:34 -05:00
parent 01eb2153e8
commit 0f97642a48
16 changed files with 27 additions and 78 deletions

View file

@ -1,7 +1,6 @@
return {
"nvim-neo-tree/neo-tree.nvim",
commit = "e5594d53986b34e584e8afe2ea6ad99d6f6d2105",
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim" },
dependencies = { "MunifTanjim/nui.nvim", "nvim-lua/plenary.nvim", "nvim-tree/nvim-web-devicons" },
cmd = "Neotree",
init = function() vim.g.neo_tree_remove_legacy_commands = true end,
pin = true,