updated configs
This commit is contained in:
parent
6b826bc4ab
commit
25e11721fb
4 changed files with 8 additions and 9 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"coc-go": "^0.1.2",
|
"coc-json": ">=1.2.5",
|
||||||
"coc-json": "^1.0.17",
|
"coc-python": ">=1.2.9",
|
||||||
"coc-python": "^1.1.7",
|
"coc-snippets": ">=2.1.19",
|
||||||
"coc-snippets": "^2.0.10"
|
"coc-ultisnips": "^1.2.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
[global_config]
|
[global_config]
|
||||||
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
|
||||||
extra_styling = False
|
|
||||||
focus = mouse
|
focus = mouse
|
||||||
tab_position = bottom
|
tab_position = bottom
|
||||||
title_inactive_bg_color = "#222222"
|
title_inactive_bg_color = "#222222"
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
[url "git@github.com:"]
|
[url "git@github.com:"]
|
||||||
insteadOf = https://github.com/
|
insteadOf = https://github.com
|
||||||
|
|
||||||
[url "git@git.barakmich.com:"]
|
[url "git@git.barakmich.com:"]
|
||||||
insteadOf = https://git.barakmich.com/
|
insteadOf = https://git.barakmich.com
|
||||||
|
|
|
||||||
2
.vimrc
2
.vimrc
|
|
@ -117,7 +117,7 @@ Plug 'bps/vim-textobj-python'
|
||||||
" Plugins I NEED
|
" Plugins I NEED
|
||||||
Plug 'scrooloose/nerdcommenter'
|
Plug 'scrooloose/nerdcommenter'
|
||||||
Plug 'sjbach/lusty'
|
Plug 'sjbach/lusty'
|
||||||
Plug 'w0rp/ale'
|
"Plug 'w0rp/ale'
|
||||||
"Plug 'airblade/vim-gitgutter'
|
"Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'mhinz/vim-signify'
|
Plug 'mhinz/vim-signify'
|
||||||
Plug 'vim-airline/vim-airline'
|
Plug 'vim-airline/vim-airline'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue