From 87e153a670d32d5197c1af465c84f9472e1a6a08 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 22 Sep 2023 20:25:25 +0100 Subject: Cleans vimrc a bit more --- vim/vimrc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index c59121d..e97db31 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -122,8 +122,6 @@ noremap K 10k " macro to go to end of sentence and add a line break (for " one-line-per-sentence vimming...) let @s = ")i\\\" -"keymap for Fern -nnoremap ;f :Fern . -drawer " remap :W to :w - :W was previous Windows in fzf command! W w " }}} @@ -132,13 +130,10 @@ call plug#begin() "Plug 'vim-scripts/AutoComplPop' Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf.vim' -Plug 'catppuccin/nvim', { 'as': 'catppuccin' } Plug 'ayu-theme/ayu-vim' -Plug 'ycm-core/YouCompleteMe' Plug 'airblade/vim-tailwind' Plug 'morhetz/gruvbox' Plug 'eemed/sitruuna.vim' -Plug 'lambdalisue/fern.vim' Plug 'junegunn/goyo.vim' " Plug 'sheerun/vim-polyglot' Plug 'preservim/vim-markdown' -- cgit v1.2.3