Skip to content

Commit

Permalink
fix: install neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkn committed Aug 30, 2024
1 parent 3eafa89 commit 7302362
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
7 changes: 0 additions & 7 deletions bin/init/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,3 @@ else
brew install mas
brew bundle --file="~/dotfiles/brewfiles/Brewfile-mas"
fi

# neovim
npm i -g neovim
sudo gem install neovim
# install python2
# python2 -m pip install --user --upgrade pynvim
python3 -m pip install --user --upgrade pynvim
6 changes: 0 additions & 6 deletions vim/nvim/init.vim
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
" requires
" python2 -m pip install --user --upgrade pynvim
" python3 -m pip install --user --upgrade pynvim
" sudo gem install neovim
" npm i -g neovim

set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath=&runtimepath
source ~/.vimrc

0 comments on commit 7302362

Please sign in to comment.