diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-11-16 11:46:49 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-11-16 11:46:49 +0200 |
| commit | d0612ec9a94bb614f2b63d0f4e24086b16f59d3b (patch) | |
| tree | 512f75cc96a0d5f055c38272eb9de8f5a5d3c9d1 | |
| parent | df10c69a50c0b98cfe05b27eddbefaf6c34b0393 (diff) | |
| download | dotfiles-d0612ec9a94bb614f2b63d0f4e24086b16f59d3b.tar dotfiles-d0612ec9a94bb614f2b63d0f4e24086b16f59d3b.tar.gz dotfiles-d0612ec9a94bb614f2b63d0f4e24086b16f59d3b.zip | |
Updated omnicompletion
| -rw-r--r-- | .vimrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -161,7 +161,7 @@ inoremap <C-@> <C-X><C-O> " Thanks to: https://vim.fandom.com/wiki/Make_Vim_completion_popup_menu_work_just_like_in_an_IDE - set completeopt=longest,menuone + " set completeopt=longest,menuone " [ The following are disabled, because they conflict with delimitMate's autobracket feature ] " inoremap <expr> <CR> pumvisible() ? "\<C-y>" : "\<C-g>u\<CR>" " inoremap <expr> <C-n> pumvisible() ? '<C-n>' : '<C-n><C-r>=pumvisible() ? "\<lt>Down>" : ""<CR>' @@ -343,8 +343,8 @@ map gd <ESC>:ALEGoToDefinition<CR> map gi <ESC>:ALEHover<CR> - let g:ale_completion_enabled = 1 set omnifunc=ale#completion#OmniFunc + let g:ale_completion_enabled = 1 let g:ale_floating_preview = 1 " Use floating window let g:ale_floating_window_border = ['│', '─', '╭', '╮', '╯', '╰'] " Nicer borders |
