diff options
author | Sn4il <sn4il@thedroth.rocks> | 2023-11-30 21:39:04 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2023-11-30 21:39:04 +0300 |
commit | 4f30cb66ec97ba242ff87c8c0a148d4860b52a9b (patch) | |
tree | 01a3cf6277b99352523990bc339e4c3113e37aa1 /vimrc | |
parent | 48e4d95cf40ec13d8ace0308f7dc6d178b08a7a4 (diff) | |
download | dotfiles-4f30cb66ec97ba242ff87c8c0a148d4860b52a9b.tar.gz dotfiles-4f30cb66ec97ba242ff87c8c0a148d4860b52a9b.zip |
Fuck Vim, NVim rulez
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 29 |
1 files changed, 0 insertions, 29 deletions
@@ -1,29 +0,0 @@ -set undodir=$HOME/.vim/tmp/undo " undo files -set backupdir=$HOME/.vim/tmp/backup " backups -set directory=$HOME/.vim/tmp/swap " swap files -call plug#begin() -Plug 'https://git.thedroth.rocks/mirrors/ansible-vim.git' -Plug 'https://git.thedroth.rocks/mirrors/nerdtree.git' -Plug 'https://git.thedroth.rocks/mirrors/vim-nerdtree-syntax-highlight.git' -Plug 'https://git.thedroth.rocks/mirrors/vim-devicons.git' -Plug 'https://git.thedroth.rocks/mirrors/nerdtree-git-plugin.git' -Plug 'https://git.thedroth.rocks/mirrors/vim-fugitive.git' -call plug#end() - -nnoremap <leader>n :NERDTreeFocus<CR> -nnoremap <C-n> :NERDTree<CR> -nnoremap <C-t> :NERDTreeToggle<CR> -nnoremap <C-f> :NERDTreeFind<CR> - -let g:NERDTreeGitStatusIndicatorMapCustom = { - \ 'Modified' :'✹', - \ 'Staged' :'✚', - \ 'Untracked' :'✭', - \ 'Renamed' :'➜', - \ 'Unmerged' :'═', - \ 'Deleted' :'✖', - \ 'Dirty' :'✗', - \ 'Ignored' :'☒', - \ 'Clean' :'✔︎', - \ 'Unknown' :'?', - \ } |