diff --git a/vimrc b/vimrc index 04f3237..f865452 100644 --- a/vimrc +++ b/vimrc @@ -49,6 +49,7 @@ call plug#begin('~/.vim/plugged') Plug 'elixir-editors/vim-elixir' Plug 'elzr/vim-json' Plug 'rust-lang/rust.vim' + Plug 'delphinus/vim-firestore' call plug#end() let mapleader = ' ' @@ -100,8 +101,9 @@ inoremap jk " Use 'p' to mean 'inside parantheses' in commands. onoremap p i( -color desert +" color desert " colorscheme dracula +colorscheme solarized8 set ignorecase smartcase set incsearch @@ -192,15 +194,14 @@ augroup filetype vue autocmd! autocmd BufRead,BufNewFile *.vue inoremap cll console.log() call TabSize(2) - iabbrev template
export default {name: ""}; - call TabSize(2) " inoremap \li logger.info(" " inoremap \cli 3cwlogger.info("i iabbrev iff if()