remove autocomplete
This commit is contained in:
10
vimrc
10
vimrc
@@ -55,14 +55,6 @@ Plug 'vim-airline/vim-airline-themes'
|
||||
" Plug 'w0rp/ale'
|
||||
" Solalized Theme
|
||||
Plug 'altercation/vim-colors-solarized'
|
||||
" Autocompletion
|
||||
if has('nvim')
|
||||
Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
else
|
||||
Plug 'Shougo/deoplete.nvim'
|
||||
Plug 'roxma/nvim-yarp'
|
||||
Plug 'roxma/vim-hug-neovim-rpc'
|
||||
endif
|
||||
|
||||
" Initialize plugin system
|
||||
call plug#end()
|
||||
@@ -243,4 +235,4 @@ map <leader>F :Ack<SPACE>
|
||||
let g:ackprg = 'ag --vimgrep'
|
||||
|
||||
" use fuzzy finder
|
||||
nnoremap <c-t> :GFiles -co --exclude-standard -- ':!:*.jpeg' ':!:*.jpg' ':!:*.pdf' ':!:*.png' ':!:*.svg' ':!:*.ttf' ':!:.*.woff' ':!:.*.woff2'<CR>
|
||||
nnoremap <c-t> :GFiles -co --exclude-standard -- ':!:*.jpeg' ':!:*.jpg' ':!:*.pdf' ':!:*.png' ':!:*.svg' ':!:*.ttf' ':!:.*.woff' ':!:.*.woff2'<CR>
|
||||
|
||||
Reference in New Issue
Block a user