Download:
child 259:25fdca9c13ed
parent 257:b57791fbcb6f
258:3ace4a58fb62
Anton Shestakov <av6@dwimlabs.net>, Thu, 19 Jan 2023 22:23:53 +0400
.vimrc: replace preview window by popup

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
.vimrc file | annotate | diff | comparison | revisions
--- a/.vimrc Mon Jan 16 18:45:36 2023 +0400
+++ b/.vimrc Thu Jan 19 22:23:53 2023 +0400
@@ -16,6 +16,7 @@
set showcmd
set autoindent " copy indent from current line when starting a new line
set complete-=i " don't scan included files
+set completeopt=menu,popup " popup instead of preview
set hlsearch
set incsearch