1
0
Fork 0

Add to my TODO list for neovim
continuous-integration/drone/push Build is failing Details

main
Ambrose Chua 2020-04-05 21:05:48 +08:00
parent 9840740314
commit 47e6d105dc
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
2 changed files with 6 additions and 3 deletions

View File

@ -9,10 +9,12 @@ call plug#begin()
Plug 'altercation/vim-colors-solarized'
" completion
" TODO: REMOVE ALL OUR CUSTOM COMPLETIONS AND USE LANGUAGE SERVER
" TODO: CHOOSE LINTING AND FORMATTING TOOLS
function! DoNvimPluginUpdate(arg)
UpdateRemotePlugins
endfunction
Plug 'Shougo/deoplete.nvim', { 'do': function('DoNvimPluginUpdate') }
"Plug 'Shougo/deoplete.nvim', { 'do': function('DoNvimPluginUpdate') }
let g:deoplete#enable_at_startup = 1 " enable at startup
"let g:deoplete#max_abbr_width = 0 " no width limit
"let g:deoplete#max_menu_width = 0 " no width limit
@ -127,8 +129,8 @@ endfunction
" python
Plug 'python-mode/python-mode', { 'for': [ 'python' ], 'branch': 'develop' }
let g:pymode_rope = 1
let g:pymode_rope_completion = 1
let g:pymode_rope_completion_bind = '<C-e>'
"let g:pymode_rope_completion = 1
"let g:pymode_rope_completion_bind = '<C-e>'
" plantuml
Plug 'aklt/plantuml-syntax', { 'for': [ 'plantuml' ] }

View File

@ -44,6 +44,7 @@ sudo dnf install thefuck
# Neovim
sudo dnf install neovim
sudo dnf install cmake
# Firefox
# Comes with Fedora Workstation, sudo dnf install firefox