Use floating (overlay) preview window

This commit is contained in:
Vladan Popovic 2020-10-20 23:30:59 +02:00
parent 44dba6ec58
commit 510061b670
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ Plug 'vim-airline/vim-airline'
Plug 'airblade/vim-gitgutter'
Plug 'scrooloose/nerdtree'
Plug 'Lokaltog/vim-monotone'
Plug 'ncm2/float-preview.nvim'
call plug#end()
@ -18,6 +19,7 @@ set mouse=
syntax on
filetype plugin indent on
set omnifunc=syntaxcomplete#Complete
set completeopt-=preview
set tabstop=4
set softtabstop=4
set shiftwidth=4