mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-19 10:15:01 +02:00
Moved nvimtree.vim to nvimtree.lua (#151)
This commit is contained in:
parent
896f0e456c
commit
20d07800e7
2 changed files with 18 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
" TODO this really should be in the lua section
|
||||
let g:nvim_tree_icons = {
|
||||
\ 'default': '',
|
||||
\ 'symlink': '',
|
||||
\ 'git': {
|
||||
\ 'unstaged': "",
|
||||
\ 'staged': "✓",
|
||||
\ 'unmerged': "",
|
||||
\ 'renamed': "➜",
|
||||
\ 'untracked': "✗"
|
||||
\ },
|
||||
\ 'folder': {
|
||||
\ 'default': "",
|
||||
\ 'open': "",
|
||||
\ 'empty': "",
|
||||
\ 'empty_open': "",
|
||||
\ 'symlink': "",
|
||||
\ }
|
||||
\ }
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue