nixos/modules/home/shell/nvim-lua/plugins/netrw.lua

9 lines
118 B
Lua

return {
"nvim-neo-tree/neo-tree.nvim",
opts = {
filesystem = {
hijack_netrw_behavior = "disabled",
},
},
}