diff options
| author | Thomas Schneider <qsx@qsx.re> | 2019-03-28 19:17:18 +0100 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2019-03-28 19:17:18 +0100 |
| commit | 47de29f8de77775a6c0fd3deea481c6952c2dbb8 (patch) | |
| tree | 64444c662465be33c2a1f7bff951ec0f7b577b26 /dot.vimrc.local | |
| parent | c83abbc95531e60f9cf170efd9de97ba068ecc14 (diff) | |
Remove some vim plugins
Diffstat (limited to 'dot.vimrc.local')
| -rw-r--r-- | dot.vimrc.local | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dot.vimrc.local b/dot.vimrc.local index e3c5b6b..e020e2e 100644 --- a/dot.vimrc.local +++ b/dot.vimrc.local @@ -1,4 +1,3 @@ -execute pathogen#infect() syntax on filetype plugin indent on set cursorline @@ -12,5 +11,3 @@ 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 FileType tex 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 |
