Skip to content

Commit

Permalink
feat(nvim): replace neo-tree with netrw
Browse files Browse the repository at this point in the history
  • Loading branch information
beiertu-mms committed Oct 4, 2023
1 parent 95798bb commit deeb10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
3 changes: 3 additions & 0 deletions .config/nvim/lua/core/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ vim.keymap.set('', '<Right>', '<NOP>')

-- Open help in full window with 'H'
vim.cmd([[ command! -nargs=1 -complete=help H h <args> | only ]])

-- Open netrw, the file tree by vim
vim.keymap.set('n', '<leader>n', vim.cmd.Ex)
31 changes: 0 additions & 31 deletions .config/nvim/lua/plugins/neotree.lua

This file was deleted.

0 comments on commit deeb10d

Please sign in to comment.