Mercurial > dotfiles.old
diff vimrc @ 244:50379acb4815
Add spice syntax
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 18 Feb 2015 22:36:23 +0100 |
parents | 5fb4bf06d46d |
children | 624d06dcf54c |
line wrap: on
line diff
--- a/vimrc Tue Feb 17 20:37:28 2015 +0100 +++ b/vimrc Wed Feb 18 22:36:23 2015 +0100 @@ -239,7 +239,7 @@ inoremap <C-f> <right> " Switch between the last two files -nnoremap <leader><leader> <C-^> +nnoremap <space><space> <C-^> " Very Magic search patterns nmap / /\v @@ -374,6 +374,9 @@ " VHDL ctags let g:tlist_vhdl_settings = 'vhdl;d:package declarations;b:package bodies;e:entities;a:architecture specifications;t:type declarations;p:processes;f:functions;r:procedures' " }}} +" Spice {{{ +autocmd BufRead *.{net,lib} set filetype=spice +" }}} " Plugin settings " Tabular {{{