Skip to content
/ vimrc Public

my personnal .vimrc, including plugins and help txt files

Notifications You must be signed in to change notification settings

garnajee/vimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

vimrc

My personnal .vimrc, including plugins and help txt files

Files :

  • .vimrc
  • doc/

.vimrc

It contains my personnal .vimrc (path=~/.vimrc), including a minimal vim status line (without any plugins)

doc/

my personnal help files (path=~/.vim/doc/), written in french

Installation

Installation of my .vimrc and plugins.

mkdir -p ~/.vim/bundle
wget -O ~/.vimrc https://raw.githubusercontent.com/JeanS-github/vimrc/main/vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall

Installation of my personnal documentation

mkdir -p ~/.vim/doc
wget -P ~/.vim/doc https://raw.githubusercontent.com/JeanS-github/vimrc/main/doc/aide-0{01..15}.txt https://raw.githubusercontent.com/JeanS-github/vimrc/main/doc/aide.txt

then launch vim and type :helptags ~/.vim/doc.

To see my documentation, just type (in vim) :help aide.txt.

Plugins

I havn't upload the plugins I use, but you have to download them on github, via the Plugins's section in my .vimrc.

Here the list of plugins I use :

  • Plugin 'jiangmiao/auto-pairs'
  • Plugin 'scrooloose/syntastic'
  • Plugin 'garbas/vim-snipmate'
  • Plugin 'MarcWeber/vim-addon-mw-utils'
  • Plugin 'tomtom/tlib_vim'
  • Plugin 'loremipsum'

About

my personnal .vimrc, including plugins and help txt files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published