diff --git a/.vimrc b/.vimrc index cf8bd4d..fa19a22 100644 --- a/.vimrc +++ b/.vimrc @@ -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.