nvim-tree.lua
nvim-tree.lua
A File Explorer For Neovim Written In Lua
{
"nvim-tree/nvim-tree.lua",
opts = {
git = {
enable = true,
},
renderer = {
highlight_git = true,
icons = {
show = {
git = true,
},
},
},
},
},
단축키
<C-n>
: NvimTreeToggleH
: 숨김 파일 on/off<C-]>
: 포커스된 디렉토리를 root로 변경(cd
)-
: 상위 디렉토리를 root로 변경(cd
):cd <path>
: 워킹 디렉토리 변경<leader>e
: NvimTreeFocusg?
: nvim-tree 단축키 정보 보기