diff options
| author | Chris <[email protected]> | 2021-03-17 12:48:21 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-03-17 12:48:21 -0400 | 
| commit | d2f5bfcb14b0acd2040dc49b6a670fd827490377 (patch) | |
| tree | 440fee6989453788c85d4d1f4d67df1570999ab7 /vimscript | |
| parent | e0d31e148b0c87ce2b58ce55b95534d2580539c8 (diff) | |
remove old code
Diffstat (limited to 'vimscript')
| -rw-r--r-- | vimscript/functions.vim | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/vimscript/functions.vim b/vimscript/functions.vim index 166c0959..6f869935 100644 --- a/vimscript/functions.vim +++ b/vimscript/functions.vim @@ -23,23 +23,3 @@ command! ResetHunk lua require 'nv-utils'.reset_hunk()  command! ResetBuffer lua require 'nv-utils'.reset_buffer()  command! PreviewHunk lua require 'nv-utils'.preview_hunk()  command! BlameLine lua require 'nv-utils'.blame_line() - -" TODO this really shouldn't be here -let g:nvim_tree_icons = { -    \ 'default': '', -    \ 'symlink': '', -    \ 'git': { -    \   'unstaged': "✗", -    \   'staged': "✓", -    \   'unmerged': "", -    \   'renamed': "➜", -    \   'untracked': "" -    \   }, -    \ 'folder': { -    \   'default': "", -    \   'open': "", -    \   'empty': "", -    \   'empty_open': "", -    \   'symlink': "", -    \   } -    \ } | 
