updated configs

This commit is contained in:
Barak Michener 2020-03-03 12:39:36 -08:00
parent 6b826bc4ab
commit 25e11721fb
4 changed files with 8 additions and 9 deletions

View file

@ -1,8 +1,8 @@
{
"dependencies": {
"coc-go": "^0.1.2",
"coc-json": "^1.0.17",
"coc-python": "^1.1.7",
"coc-snippets": "^2.0.10"
"coc-json": ">=1.2.5",
"coc-python": ">=1.2.9",
"coc-snippets": ">=2.1.19",
"coc-ultisnips": "^1.2.3"
}
}
}

View file

@ -1,6 +1,5 @@
[global_config]
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
extra_styling = False
focus = mouse
tab_position = bottom
title_inactive_bg_color = "#222222"

View file

@ -39,7 +39,7 @@
enabled = true
[url "git@github.com:"]
insteadOf = https://github.com/
insteadOf = https://github.com
[url "git@git.barakmich.com:"]
insteadOf = https://git.barakmich.com/
insteadOf = https://git.barakmich.com

2
.vimrc
View file

@ -117,7 +117,7 @@ Plug 'bps/vim-textobj-python'
" Plugins I NEED
Plug 'scrooloose/nerdcommenter'
Plug 'sjbach/lusty'
Plug 'w0rp/ale'
"Plug 'w0rp/ale'
"Plug 'airblade/vim-gitgutter'
Plug 'mhinz/vim-signify'
Plug 'vim-airline/vim-airline'