From 22fabdf32b624fd94c4e308740db1711c32324fe Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 11 Oct 2023 11:26:59 +0100 Subject: Vim - slimmed down Removed some packages that I currently consider bloat. --- vim/vimrc | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index cbd7914..c8c40de 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -2,7 +2,7 @@ set nocompatible filetype indent on filetype plugin on -syntax on +" syntax on runtime macros/matchit.vim "allows jumping between brackets with % in normal mode " }}} " Leaders {{{ @@ -84,8 +84,8 @@ set autoindent set expandtab set hidden set path+=** -set relativenumber -set number +" set relativenumber +" set number set more set signcolumn=number set colorcolumn=0 @@ -133,12 +133,11 @@ Plug 'junegunn/fzf.vim' Plug 'ayu-theme/ayu-vim' Plug 'airblade/vim-tailwind' Plug 'vim-perl/vim-perl', { 'for': 'perl', 'do': 'make clean carp dancer highlight-all-pragmas moose test-more try-tiny' } -Plug 'morhetz/gruvbox' +"Plug 'morhetz/gruvbox' Plug 'eemed/sitruuna.vim' -Plug 'junegunn/goyo.vim' " Plug 'sheerun/vim-polyglot' Plug 'preservim/vim-markdown' -Plug 'mhinz/vim-signify' +"Plug 'mhinz/vim-signify' Plug 'vim-test/vim-test' Plug 'ledger/vim-ledger' Plug 'fatih/vim-go', {'do': ':GoUpdateBinaries' } @@ -150,7 +149,6 @@ Plug 'tpope/vim-fugitive' Plug 'SirVer/UltiSnips' Plug 'honza/vim-snippets' Plug 'dense-analysis/ale' -Plug 'tomasiser/vim-code-dark' call plug#end() " }}} " vim-tailwind {{{ @@ -355,3 +353,4 @@ endfunction command! GitFZF call GitFZF() nnoremap :GitFZF " }}} +syntax off -- cgit v1.2.3