completin select first item

This commit is contained in:
ManjaroOne666 2018-12-12 22:45:36 +00:00
parent 0304b5070d
commit 20f809d10f
2 changed files with 4 additions and 7 deletions

View File

@ -1,6 +1,7 @@
{ {
"coc.preferences.triggerAfterInsertEnter": false, "coc.preferences.triggerAfterInsertEnter": false,
"coc.preferences.autoTrigger": "none", "coc.preferences.autoTrigger": "none",
"coc.preferences.noselect": false,
"coc.preferences.triggerSignatureHelp": true, "coc.preferences.triggerSignatureHelp": true,
"coc.preferences.diagnostic.enable": true, "coc.preferences.diagnostic.enable": true,
"coc.preferences.diagnostic.warningSign": "λ", "coc.preferences.diagnostic.warningSign": "λ",

10
vimrc
View File

@ -12,7 +12,7 @@ let g:vimrc_auto_window_settings = exists('g:vimrc_auto_window_settings')
\ ? g:vimrc_auto_window_settings : 0 \ ? g:vimrc_auto_window_settings : 0
"}}} "}}}
" #plugins {{{ " #plugins {{{
if empty(glob('~/.vim/autoload/plug.vim'))"{{{ if empty(glob('~/.vim/autoload/plug.vim'))"{{{
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
@ -990,11 +990,10 @@ command! Scratch new | setlocal buftype=nofile | setlocal bufhidden=hide | setlo
command! ScratchVertical vnew | setlocal buftype=nofile | setlocal bufhidden=hide | setlocal noswapfile command! ScratchVertical vnew | setlocal buftype=nofile | setlocal bufhidden=hide | setlocal noswapfile
"}}} "}}}
"}}} "}}}
" #settings {{{ " " #settings {{{
scriptencoding utf-8 scriptencoding utf-8
syntax on syntax on
" set fillchars=stl:\ ,stlnc:\ ,vert:│
set fillchars=stl:\ ,stlnc:\ ,vert:┃ set fillchars=stl:\ ,stlnc:\ ,vert:┃
set guioptions-=mTrLb set guioptions-=mTrLb
@ -1029,10 +1028,7 @@ set hidden
set number relativenumber set number relativenumber
set hlsearch set hlsearch
" set previewheight=24 set completeopt=menuone,preview
" set splitbelow
set completeopt=longest,menuone
set nospell set nospell
set spelllang=en_gb set spelllang=en_gb