Find a file
leafee98 ec685a64e7 add some new plugins, auto load setup file
new plugins:
- jupyter-vim
- lualine
- nvim-tree
- buftabline
2022-11-16 20:25:43 +08:00
plugins.d add some new plugins, auto load setup file 2022-11-16 20:25:43 +08:00
init.vim add some new plugins, auto load setup file 2022-11-16 20:25:43 +08:00
LICENSE add license 2022-01-06 16:29:30 +08:00
README.md add README 2022-01-06 16:12:53 +08:00

My config of Neovim

Here is my config of neovim.

Usage

just clone this repository into directory ~/.config/nvim/, note you need install vim-plug in advance.

Install vim-plug first

# line below is from vim-plug's README
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

Clone this repository into directory ~/.config/nvim or other location under XDG's config directory.

git clone git@github.com/leafee98.com/config-neovim.git ~/.config/nvim