More vim and anyenv stuff
This commit is contained in:
parent
c7bcdb2cfd
commit
9a8e5ff93c
2 changed files with 5 additions and 5 deletions
|
@ -25,6 +25,11 @@
|
|||
args:
|
||||
creates: ~/.anyenv/envs/rbenv
|
||||
|
||||
- name: Install ndenv
|
||||
shell: ~/.anyenv/bin/anyenv install ndenv
|
||||
args:
|
||||
creates: ~/.anyenv/envs/ndenv
|
||||
|
||||
- name: Install anyenv-update
|
||||
git:
|
||||
repo: https://github.com/znz/anyenv-update.git
|
||||
|
|
|
@ -18,7 +18,6 @@ endif
|
|||
|
||||
call plug#begin('~/.config/nvim/plugged')
|
||||
|
||||
"Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
||||
"LSP Stuff
|
||||
Plug 'prabirshrestha/async.vim'
|
||||
Plug 'prabirshrestha/vim-lsp'
|
||||
|
@ -59,10 +58,6 @@ if executable('rg')
|
|||
let g:ctrlp_switch_buffer = 'et'
|
||||
endif
|
||||
|
||||
"Deoplete
|
||||
"let g:deoplete#enable_at_startup = 1
|
||||
"let g:python3_host_prog = '/Users/acicchetti/.pyenv/versions/3.7.0/bin/python'
|
||||
|
||||
"LSP stuff
|
||||
"Ruby
|
||||
if executable('solargraph')
|
||||
|
|
Loading…
Add table
Reference in a new issue