From 0fd79837444d30ff50815f312009309a63933ef9 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 27 Aug 2020 20:11:45 +0100 Subject: [PATCH] vim: rework Vue abbrevs, change colorscheme --- vimrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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()