nvim: Disallow docstring window to popup during completion

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2020-01-14 20:58:15 +05:30
parent f2b7a64a33
commit 17da7b62ec

View file

@ -476,7 +476,7 @@ augroup indentation_defaults
au BufRead,BufNewFile *.vim setlocal noet ts=4 sw=4 sts=4
au BufRead,BufNewFile *.txt setlocal noet ts=4 sw=4
au BufRead,BufNewFile *.lua setlocal noet ts=4 sw=4 sts=4
au BufRead,BufNewFile *.py setlocal tabstop=4 softtabstop=4 shiftwidth=4 textwidth=80 smarttab expandtab
au BufRead,BufNewFile *.py setlocal ts=4 sts=4 sw=4 tw=80 smarttab et completeopt-=preview
au BufRead,BufNewFile */gst-*/*.[ch] set et sw=2
au BufRead,BufNewFile */gstreamer-*/*.[ch] set et sw=2
au BufRead,BufNewFile */pulseaudio/*.[ch] set et sw=4 tw=128