Skip to content

Instantly share code, notes, and snippets.

View STORMFATH3R's full-sized avatar

StormFath3r STORMFATH3R

View GitHub Profile
@lujiacn
lujiacn / gist:520e3e8abfd1c1b39c30399222766ee8
Last active November 8, 2023 18:04
vundle work with neovim

after install neovim nvim config file folder ~/.config/nvim

$ git clone https://github.com/VundleVim/Vundle.vim.git ~/.config/nvim/bundle/Vundle.vim

set nocompatible              " be iMproved, required
filetype off                  " required
" set the runtime path to include Vundle and initialize

set rtp+=~/.vim/bundle/Vundle.vim