diff options
| author | Thomas Schneider <qsx@qsx.re> | 2017-07-18 09:07:27 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2017-07-18 09:07:27 +0200 |
| commit | ba15295f8554a546d74b5789eb68b438ddb7dc90 (patch) | |
| tree | 1108b8c29ebce5525ee62e8439a7664c004c6727 | |
| parent | b0c2a2736a81b0839f27cb7b2d7d6fc95bc3e39f (diff) | |
Update vim files
Signed-off-by: Thomas Schneider <qsx@qsx.re>
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | dot.vim/bundle/cisco.vim | 0 | ||||
| -rw-r--r-- | dot.vimrc.local | 4 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 69202bd..a4e7de0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "dot.vim/bundle/vim-go"] path = dot.vim/bundle/vim-go url = git://github.com/fatih/vim-go +[submodule "dot.vim/bundle/cisco.vim"] + path = dot.vim/bundle/cisco.vim + url = https://github.com/momota/cisco.vim diff --git a/dot.vim/bundle/cisco.vim b/dot.vim/bundle/cisco.vim new file mode 160000 +Subproject e28816ca2d45c6199455b9348bb5756cc52961b diff --git a/dot.vimrc.local b/dot.vimrc.local index ac28c4a..76143a9 100644 --- a/dot.vimrc.local +++ b/dot.vimrc.local @@ -9,3 +9,7 @@ augroup filetypedetect au BufNewFile, BufRead .tmux.conf*,tmux.conf* setf tmux augroup END au FileType haskell setlocal expandtab +au FileType ruby set tabstop=2 shiftwidth=2 expandtab textwidth=80 +au FileType yaml set tabstop=2 shiftwidth=2 expandtab textwidth=80 +au BufNewFile,BufRead c[0-9][0-9][0-9][0-9]-fsmpi-[0-9]-config set filetype=cisco +au BufNewFile,BufRead (startup|running|network)-config set filetype=cisco |
