add git aliases and fe extensions

This commit is contained in:
Barak Michener 2020-11-13 15:13:51 -08:00
parent a267ba0adf
commit e842787d16
4 changed files with 15 additions and 4 deletions

7
.vimrc
View file

@ -167,14 +167,15 @@ Plug 'ervandew/supertab'
" Plugins for syntax
Plug 'lunaru/vim-less'
Plug 'hylang/vim-hy', {'for': 'hy'}
Plug 'mhartington/nvim-typescript'
Plug 'posva/vim-vue'
"Plug 'mhartington/nvim-typescript'
Plug 'leafOfTree/vim-svelte-plugin'
"Plug 'posva/vim-vue'
Plug 'Shougo/context_filetype.vim'
Plug 'idris-hackers/idris-vim', {'for': 'idris'}
Plug 'derekwyatt/vim-scala', {'for': 'scala'}
Plug 'hwayne/tla.vim'
Plug 'zchee/vim-goasm'
Plug 'cappyzawa/starlark.vim'
"Plug 'cappyzawa/starlark.vim'
" Plugins that autocomplete
"Plug 'Shougo/deoplete.nvim'