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:
|
args:
|
||||||
creates: ~/.anyenv/envs/rbenv
|
creates: ~/.anyenv/envs/rbenv
|
||||||
|
|
||||||
|
- name: Install ndenv
|
||||||
|
shell: ~/.anyenv/bin/anyenv install ndenv
|
||||||
|
args:
|
||||||
|
creates: ~/.anyenv/envs/ndenv
|
||||||
|
|
||||||
- name: Install anyenv-update
|
- name: Install anyenv-update
|
||||||
git:
|
git:
|
||||||
repo: https://github.com/znz/anyenv-update.git
|
repo: https://github.com/znz/anyenv-update.git
|
||||||
|
|
|
@ -18,7 +18,6 @@ endif
|
||||||
|
|
||||||
call plug#begin('~/.config/nvim/plugged')
|
call plug#begin('~/.config/nvim/plugged')
|
||||||
|
|
||||||
"Plug 'Shougo/deoplete.nvim', { 'do': ':UpdateRemotePlugins' }
|
|
||||||
"LSP Stuff
|
"LSP Stuff
|
||||||
Plug 'prabirshrestha/async.vim'
|
Plug 'prabirshrestha/async.vim'
|
||||||
Plug 'prabirshrestha/vim-lsp'
|
Plug 'prabirshrestha/vim-lsp'
|
||||||
|
@ -59,10 +58,6 @@ if executable('rg')
|
||||||
let g:ctrlp_switch_buffer = 'et'
|
let g:ctrlp_switch_buffer = 'et'
|
||||||
endif
|
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
|
"LSP stuff
|
||||||
"Ruby
|
"Ruby
|
||||||
if executable('solargraph')
|
if executable('solargraph')
|
||||||
|
|
Loading…
Add table
Reference in a new issue