update portia settings
This commit is contained in:
parent
f24aa9b6ea
commit
6e4516de0e
6 changed files with 21 additions and 9 deletions
6
.vimrc
6
.vimrc
|
|
@ -178,6 +178,10 @@ Plug 'derekwyatt/vim-scala', {'for': 'scala'}
|
|||
"\ }
|
||||
"Plug 'ensime/ensime-vim', { 'do': ':UpdateRemotePlugins' }
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
"Plug 'prabirshrestha/async.vim'
|
||||
"Plug 'prabirshrestha/vim-lsp'
|
||||
"Plug 'prabirshrestha/asyncomplete.vim'
|
||||
"Plug 'prabirshrestha/asyncomplete-lsp.vim'
|
||||
|
||||
" Plugins that do specific things
|
||||
Plug 'Shougo/vimproc.vim'
|
||||
|
|
@ -216,6 +220,7 @@ autocmd InsertLeave * if pumvisible() == 0|pclose|endif
|
|||
"source ~/.vim/supertab.vim
|
||||
"source ~/.vim/charm.vim
|
||||
"source ~/.vim/plugin/AppleT.vim
|
||||
source ~/.vim/vim-lsp-conf.vim
|
||||
runtime macros/matchit.vim
|
||||
|
||||
" Completion features (TODO: Add to filetype.vim)
|
||||
|
|
@ -773,6 +778,7 @@ nnoremap <silent> <Leader>o :CtrlPBuffer<CR>
|
|||
"nnoremap <Leader>p :PTW
|
||||
nnoremap <Leader>p :LustyJugglePrevious<CR>
|
||||
nnoremap <Leader>jd :YcmCompleter GoToDefinitionElseDeclaration<CR>
|
||||
nnoremap <Leader>mm :w<CR>:make!<CR>
|
||||
|
||||
" ** EXTRA INCLUDES **
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue