Skip to content

dirk2011/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim configuratie

Vim configuratie van Dirk.

Installeren

# ga naar de home directory
cd 
# download vim configuratie
git clone https://github.com/dirk2011/vim.git .vim
# Maak de volgende koppelingen aan.
ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

Vervolgens ctags installeren.

sudo apt-get install exuberant-ctags

In de home directory ctags configureren voor MarkDown. Maak het bestand .ctags aan, en vul dat met het volgende.

--langdef=markdown
--langmap=markdown:.md
--regex-markdown=/^#[ \t]+(.*)/-\1/h,heading1/
--regex-markdown=/^##[ \t]+(.*)/-  \1/h,heading2/
--regex-markdown=/^###[ \t]+(.*)/-    \1/h,heading3/
--regex-markdown=/^####[ \t]+(.*)/-      \1/h,heading4/
--regex-markdown=/^#####[ \t]+(.*)/-        \1/h,heading5/
--regex-markdown=/^######[ \t]+(.*)/-          \1/h,heading6/
--regex-markdown=/^#######[ \t]+(.*)/-            \1/h,heading7/

Met dank aan Bram Moolenaar voor Vim, en heel veel anderen voor de plugins.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published