mplibunao / vim-config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My neovim config

Cheatsheet

Requirements

Setup instructions

  • Clone repo inside .config directory

git clone https://github.com/mplibunao/vim-config.git .config/nvim

  • Open init.vim

nvim init.vim

  • Save init.vim to source the config

:w

  • Install Plugs

:PlugInstall

  • Run health check

:checkhealth

  • Install node neovim

npm i -g noevim or yarn add global neovim

Python stuff

# Check where python3 is installed first
ls -l /usr/local/bin/python*

# Create a symlink to python
ln -s -f /usr/local/bin/python3.9 usr/bin/python
  • Install pynvim
sudo apt install python3-pip
pip3 install pynvim

About


Languages

Language:Vim Script 81.8%Language:Vim Snippet 12.0%Language:Lua 6.2%