dttung2905 / nvim

My neovim setting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clone this repo into your config

git clone https://github.com/dttung2905/neovim-setting.git ~/.config

Install python & node support

pip install pynvim
npm i -g neovim

Install python & node support using virtual environments

let g:python3_host_prog = expand("<path to python with pynvim installed>")

let g:node_host_prog = expand("<path to node with neovim installed>")

About

My neovim setting


Languages

Language:Vim Script 100.0%