mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 19:11:30 +01:00
vim: add iptables-restore plugin
This commit is contained in:
parent
bc8861451e
commit
2b6cac6c8d
|
@ -56,6 +56,7 @@ Plug 'https://github.com/rust-lang/rust.vim'
|
|||
Plug 'https://github.com/vim-scripts/nginx.vim'
|
||||
Plug 'https://github.com/plasticboy/vim-markdown'
|
||||
Plug 'https://github.com/cespare/vim-toml'
|
||||
Plug 'https://github.com/vim-scripts/iptables'
|
||||
|
||||
Plug 'epheien/termdbg'
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@ set hlsearch "highlight search results (using *)
|
|||
set shiftwidth=4 tabstop=4
|
||||
autocmd FileType yaml,yml setlocal shiftwidth=2 softtabstop=2 expandtab
|
||||
au BufRead,BufNewFile */playbooks/*.yml set filetype=yaml.ansible
|
||||
au BufRead,BufNewFile rules.v[46] set filetype=iptables
|
||||
|
||||
|
||||
" Return to last edit position when opening files (from amix's vimrc)
|
||||
|
|
Loading…
Reference in New Issue
Block a user