From 70fd4983a21adc5cf0bf653edd725440d067f9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolphe=20Br=C3=A9ard?= Date: Sat, 4 Jan 2025 10:20:59 +0100 Subject: [PATCH] Remove unused vim plugins --- .vimrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.vimrc b/.vimrc index d4dcbe0..b1d88e4 100644 --- a/.vimrc +++ b/.vimrc @@ -6,12 +6,9 @@ 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 'sjl/badwolf' " A Vim color scheme. Plug 'rust-lang/rust.vim' " Vim configuration for Rust. Plug 'cespare/vim-toml' " Vim syntax for TOML. -Plug 'editorconfig/editorconfig-vim' " EditorConfig plugin -Plug 'Yggdroot/indentLine' " Display thin vertical lines at each indentation level Plug 'leafOfTree/vim-vue-plugin' " Vim syntax and indent plugin for .vue files. Plug 'leafOfTree/vim-svelte-plugin' " Vim syntax and indent plugin for .svelte files. call plug#end() @@ -53,12 +50,6 @@ nnoremap k gk let &t_ut='' -" Licenses -let g:licenses_copyright_holders_name = $USER_NICKNAME -let g:licenses_authors_name = $USER_NICKNAME -let g:licenses_default_commands = ['affero', 'apache', 'bsd3', 'cecill', 'gfdl', 'gpl', 'gplv2', 'isc', 'lgpl', 'mit', 'mpl', 'verbatim'] - - " Line number modes :set number relativenumber :augroup numbertoggle