From 25e11721fbf52d635d985490e4cb0685cee1e88d Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Tue, 3 Mar 2020 12:39:36 -0800 Subject: [PATCH] updated configs --- .config/coc/extensions/package.json | 10 +++++----- .config/terminator/config | 1 - .gitconfig | 4 ++-- .vimrc | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.config/coc/extensions/package.json b/.config/coc/extensions/package.json index 034e03e..879c98e 100644 --- a/.config/coc/extensions/package.json +++ b/.config/coc/extensions/package.json @@ -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" } -} +} \ No newline at end of file diff --git a/.config/terminator/config b/.config/terminator/config index 9f3dd44..adc6307 100644 --- a/.config/terminator/config +++ b/.config/terminator/config @@ -1,6 +1,5 @@ [global_config] enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler - extra_styling = False focus = mouse tab_position = bottom title_inactive_bg_color = "#222222" diff --git a/.gitconfig b/.gitconfig index 176abce..b1629ff 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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 diff --git a/.vimrc b/.vimrc index 8fc5b41..2bb4295 100644 --- a/.vimrc +++ b/.vimrc @@ -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'