Skip to content

rohitfarmer/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim

Contains a vimrc file and autoload folder with vim-plug plugin manager.

Setup

Install vim-plug Plugin Manager for Neovim

dest=~/.local/share/nvim/site/autoload/plug.vim
mkdir -p $(dirname $dest)
wget -O - https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim > $dest

Clone vim Repository and link Vimrc file

cd ~
git clone https://github.com/rohitfarmer/vim.git .vim

mkdir .config/nvim

ln ~/.vim/vimrc ~/.config/nvim/init.vim

Install Plugins

vim or nvim
# if this is the first time then it should automatically install all the plugins.
# else

:PlugInstall

Plugins Installed

Note: For vim and plugin usage read https://github.com/rohitfarmer/vim/wiki

Install Latest Version of NeoVIM on Raspberry Pi

sudo apt-get install libtool libtool-bin autoconf automake cmake g++ pkg-config unzip gettext

git clone https://github.com/neovim/neovim.git
cd neovim
git checkout stable
make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install

nvim is installed at /usr/local/bin/ 

About

Vim with the plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published