diff --git a/dots/.nvim-environments/primary/config/lua/plugins/configs/neotree.lua b/dots/.nvim-environments/primary/config/lua/plugins/configs/neotree.lua index 1492e22f..93b84fc9 100644 --- a/dots/.nvim-environments/primary/config/lua/plugins/configs/neotree.lua +++ b/dots/.nvim-environments/primary/config/lua/plugins/configs/neotree.lua @@ -1,4 +1,4 @@ -local neotree = require('neo-tree') +local neotree = require("neo-tree") vim.g.neo_tree_remove_legacy_commands = 1 neotree.setup({ @@ -7,8 +7,8 @@ neotree.setup({ }, window = { mappings = { - ['/'] = 'noop', - ['/'] = {}, + [""] = "none", + ["/"] = "none", }, }, })