Remove the vim-dnsserial plugin

This commit is contained in:
Rodolphe Bréard 2023-06-04 14:04:55 +02:00
parent 20344237fd
commit 5bd907b437

1
.vimrc
View file

@ -7,7 +7,6 @@ filetype off
call plug#begin('~/.vim/plugged')
Plug 'bling/vim-airline' " Lean & mean status/tabline for vim that's light as air.
Plug 'antoyo/vim-licenses' " Vim Plugin that Provides Commands to Add Licenses at the Top of the Buffer.
Plug 'breard-r/vim-dnsserial' " Another DNS-zone serial number updater.
Plug 'sjl/badwolf' " A Vim color scheme.
Plug 'rust-lang/rust.vim' " Vim configuration for Rust.
Plug 'cespare/vim-toml' " Vim syntax for TOML.