add git aliases and fe extensions
This commit is contained in:
parent
a267ba0adf
commit
e842787d16
4 changed files with 15 additions and 4 deletions
7
.vimrc
7
.vimrc
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue