aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-10-11 11:26:59 +0100
committerMatthew Lemon <y@yulqen.org>2023-10-11 11:26:59 +0100
commit22fabdf32b624fd94c4e308740db1711c32324fe (patch)
treed6c3e93011b7bbc39ae2f63f57950bdbdcc73149
parent736d32e48f1c69521b6d65e2d64261a544d63afe (diff)
Vim - slimmed down
Removed some packages that I currently consider bloat.
-rw-r--r--vim/vimrc13
1 files 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 <leader><C-f> :GitFZF<CR>
" }}}
+syntax off