Skip to content

Commit

Permalink
switch -> antovim
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chen committed Apr 14, 2020
1 parent beb843b commit a91cdf4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"tslint.autoFixOnSave": true,
"python.autoComplete.addBrackets": true,
"python.jediEnabled": false,
"python.formatting.provider": "yapf",
"python.formatting.provider": "autopep8",
"python.formatting.yapfArgs": [
"--style",
"{SPACES_AROUND_POWER_OPERATOR: True, SPACES_BEFORE_COMMENT: 1}"
Expand Down
4 changes: 2 additions & 2 deletions init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ Plug 'kevinhwang91/rnvimr', {'do': 'make sync'}
Plug 'liuchengxu/vista.vim'

" Debugger
Plug 'puremourning/vimspector', {'do': './install_gadget.py --enable-c --enable-python'}
Plug 'puremourning/vimspector', {'do': './install_gadget.py --enable-c --enable-python --enable-go'}

" REPL
"Plug 'rhysd/reply.vim'
Expand Down Expand Up @@ -486,7 +486,7 @@ Plug 'jceb/vim-orgmode', {'for': ['vim-plug', 'org']}
Plug 'jiangmiao/auto-pairs'
Plug 'mg979/vim-visual-multi'
Plug 'scrooloose/nerdcommenter' " in <space>cn to comment a line
Plug 'AndrewRadev/switch.vim' " gs to switch
Plug 'theniceboy/antovim' " gs to switch
Plug 'tpope/vim-surround' " type yskw' to wrap the word with '' or type cs'` to change 'word' to `word`
Plug 'gcmt/wildfire.vim' " in Visual mode, type k' to select all text in '', or type k) k] k} kp
Plug 'junegunn/vim-after-object' " da= to delete what's after =
Expand Down

0 comments on commit a91cdf4

Please sign in to comment.