From 4f30cb66ec97ba242ff87c8c0a148d4860b52a9b Mon Sep 17 00:00:00 2001 From: Sn4il Date: Thu, 30 Nov 2023 21:39:04 +0300 Subject: Fuck Vim, NVim rulez --- vimrc | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 vimrc (limited to 'vimrc') diff --git a/vimrc b/vimrc deleted file mode 100644 index 97491ab..0000000 --- a/vimrc +++ /dev/null @@ -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 n :NERDTreeFocus -nnoremap :NERDTree -nnoremap :NERDTreeToggle -nnoremap :NERDTreeFind - -let g:NERDTreeGitStatusIndicatorMapCustom = { - \ 'Modified' :'✹', - \ 'Staged' :'✚', - \ 'Untracked' :'✭', - \ 'Renamed' :'➜', - \ 'Unmerged' :'═', - \ 'Deleted' :'✖', - \ 'Dirty' :'✗', - \ 'Ignored' :'☒', - \ 'Clean' :'✔︎', - \ 'Unknown' :'?', - \ } -- cgit v1.2.3