Skip to content

Commit

Permalink
dont't disable netrw
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Nov 4, 2024
1 parent 53565d5 commit 9c213b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lua/config/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require('lazy').setup('plugins', {
'gzip',
'matchit',
'matchparen',
'netrwPlugin',
-- 'netrwPlugin',
'tarPlugin',
'tohtml',
'tutor',
Expand Down
2 changes: 1 addition & 1 deletion lua/plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ return {
},
config = function()
require('nvim-tree').setup {
disable_netrw = true,
disable_netrw = false,
update_focused_file = {
enable = true,
},
Expand Down

0 comments on commit 9c213b8

Please sign in to comment.