Editing a few things for Alacritty and Broot.

This commit is contained in:
Derek Taylor
2020-02-04 22:08:08 -06:00
parent 87f4139245
commit 23372f6fd0
7 changed files with 109 additions and 4 deletions

1
.vimrc
View File

@@ -16,7 +16,6 @@ Plugin 'vim-airline/vim-airline-themes' " Airline Themes
Plugin 'scrooloose/nerdtree' " added nerdtree
Plugin 'tiagofumo/vim-nerdtree-syntax-highlight'
Plugin 'ryanoasis/vim-devicons'
Plugin 'dracula/vim', { 'name': 'dracula' }
Plugin 'vim-python/python-syntax'
Plugin 'jreybert/vimagit'
Plugin 'severin-lemaignan/vim-minimap'