Mercurial > index.cgi > dotfiles
comparison .vimrc @ 109:07395fbde025
Adding puppet plugin:
* Version cd0c2ed92ba1 from hg clone git+https://github.com/puppetlabs/puppet-syntax-vim.git
* Added line to vimrc to load plugin properly
author | Steve Huston <huston@astro.princeton.edu> |
---|---|
date | Sat, 26 Apr 2014 17:57:50 -0400 |
parents | 2c6f108aeb09 |
children | 6e7913283c7a |
comparison
equal
deleted
inserted
replaced
108:7da995f48c91 | 109:07395fbde025 |
---|---|
16 set textwidth=78 | 16 set textwidth=78 |
17 set showmatch | 17 set showmatch |
18 set hls | 18 set hls |
19 hi Normal guibg=black guifg=white | 19 hi Normal guibg=black guifg=white |
20 autocmd FileType make setlocal noet | setlocal ts=8 | setlocal sw=8 | 20 autocmd FileType make setlocal noet | setlocal ts=8 | setlocal sw=8 |
21 filetype plugin indent on |