We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e0847 commit a83b92aCopy full SHA for a83b92a
install.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-VIM_VERSION="v8.1.0664"
+VIM_VERSION="v8.2.0007"
4
CURDIR=${PWD}
5
CPUS=$(grep -c ^processor /proc/cpuinfo)
6
plugins
@@ -4,7 +4,7 @@
call plug#begin('~/.vim/plugged')
Plug 'python-rope/ropevim'
Plug 'davidhalter/jedi-vim'
7
-Plug 'SirVer/ultisnips'
+Plug 'SirVer/ultisnips', { 'commit': 'a909dee82b6eaaa3ae001e27c3e95c58d487d242'}
8
Plug 'honza/vim-snippets'
9
Plug 'tpope/vim-fugitive'
10
Plug 'w0rp/ale'
0 commit comments