Browse Source

Work around Vim completion taking long in Python projects

Alois Mahdal 2 years ago
parent
commit
eba776e0be
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      dotfiles/vim/vimrc

+ 6
- 0
dotfiles/vim/vimrc View File

152
 set nocompatible
152
 set nocompatible
153
 set path+=**
153
 set path+=**
154
 set wildmenu
154
 set wildmenu
155
+
156
+" ................................................ "
157
+" Fixing mystery of `import re` scannig vcs.rh/...
158
+" '''''''''''''''''''''''''''''''''''''''''''''''' "
159
+
160
+set complete=.,t