aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-09-22 20:25:25 +0100
committerMatthew Lemon <y@yulqen.org>2023-09-22 20:25:25 +0100
commit87e153a670d32d5197c1af465c84f9472e1a6a08 (patch)
treee54f39df3465f475e7e83941920b15dde1a54c97
parentd1fbf67baf12271c4544e29204479733990ba879 (diff)
Cleans vimrc a bit more
Diffstat (limited to '')
-rw-r--r--vim/vimrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/vim/vimrc b/vim/vimrc
index c59121d..e97db31 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -122,8 +122,6 @@ noremap <silent> K 10k
" macro to go to end of sentence and add a line break (for
" one-line-per-sentence vimming...)
let @s = ")i\<BS>\<CR>\<Esc>"
-"keymap for Fern
-nnoremap ;f :Fern . -drawer<cr>
" 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'