dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 17e69952722f1f82ad8e7ffb27d05baff6675ee3
parent 255a1d57f9cb2263bcfdf65327cc592dca8674b8
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Fri,  7 Mar 2025 17:28:23 +0100

vim: plugins

Diffstat:
Mvim/vimrc | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -45,9 +45,6 @@ Plug 'tpope/vim-repeat' Plug 'junegunn/goyo.vim' Plug 'junegunn/limelight.vim' -" Better CSV editing -Plug 'mechatroner/rainbow_csv' - " Disable hlsearch after finished searching Plug 'romainl/vim-cool' @@ -112,8 +109,6 @@ Plug 'stefandtw/quickfix-reflector.vim' " Minesweeper Plug 'iqxd/vim-mine-sweeping' -Plug 'jceb/vim-orgmode', { 'for': 'org' } - " Rust Plug 'rust-lang/rust.vim', { 'for': 'rust' }