User Tools

Site Tools


linux:vim_dodger_setup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:vim_dodger_setup [2022/03/16 11:57] – [PlugInstall command] dodgerlinux:vim_dodger_setup [2022/04/21 08:34] – [terraform syntax] dodger
Line 126: Line 126:
  
 ===== Additional syntax/configs ===== ===== Additional syntax/configs =====
 +==== Tagbar ====
 +Used for function/classes navigation [https://preservim.github.io/tagbar/|link].
 +
 +<code bash>
 +cd ~/.vim/bundle
 +git clone https://github.com/preservim/tagbar.git
 +</code>
 +And add to ''~/.vimrc'':
 +<code vim>
 +" tagbar 
 +nmap <F8> :TagbarToggle<CR>
 +
 +</code>
 +
 +
  
 ==== terraform syntax ==== ==== terraform syntax ====
Line 131: Line 146:
 <code bash> <code bash>
 git clone https://github.com/hashivim/vim-terraform.git ~/.vim/bundle/vim-terraform git clone https://github.com/hashivim/vim-terraform.git ~/.vim/bundle/vim-terraform
 +</code>
 +
 +==== Puppet syntax ====
 +From [[https://github.com/rodjek/vim-puppet]] using ''pathogen'' :
 +<code bash>
 +git clone https://github.com/rodjek/vim-puppet.git ~/.vim/bundle/vim-puppet
 </code> </code>
  
linux/vim_dodger_setup.txt · Last modified: 2022/12/14 10:32 by dodger