Skip to content

py2048/dotfiles

Repository files navigation

Installation

Nvim manual installation

  • Clone reposity
git clone https://github.com/neovim/neovim.git
cd neovim
  • Install
make CMAKE_BUILD_TYPE=Release
sudo make install  

pip packages

pip install pynvim yapf fprettify scipy matplotlib pandas
pip install --user pynvim yapf fprettify scipy matplotlib pandas

cargo packages

curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
cargo install

npm packages

npm install -g neovim prettier reveal-md