From c67f63661bddcc724d7537691d6ff25cf657fd46 Mon Sep 17 00:00:00 2001 From: Johan Book <13253042+johanbook@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:41:19 +0100 Subject: [PATCH] refactor(vim): remove unused plugins --- vim/plugins.vim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vim/plugins.vim b/vim/plugins.vim index fb52509..e4fbea9 100644 --- a/vim/plugins.vim +++ b/vim/plugins.vim @@ -55,15 +55,9 @@ Plug 'tpope/vim-projectionist' " Fancy start screen Plug 'mhinz/vim-startify' -" R terminal integration -"Plug 'jalvesaq/Nvim-R' - " Improved motions for navigation Plug 'easymotion/vim-easymotion' -" Toggle window maximization -"Plug 'szw/vim-maximizer' - call plug#end() filetype plugin indent on