From 4b91bdd65be5c0d7c388a6ca0429aff133bd36b5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Wed, 25 May 2022 22:14:32 +0100 Subject: From bufkill to bufdel --- vimrc | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/vimrc b/vimrc index 17c4b85..42149a9 100644 --- a/vimrc +++ b/vimrc @@ -49,15 +49,15 @@ Plug 'wincent/terminus' " life improvements Plug 'gruvbox-community/gruvbox' Plug 'scrooloose/nerdtree' -Plug 'qpkorr/vim-bufkill' Plug 'Chiel92/vim-autoformat' Plug 'jsfaint/gen_tags.vim' Plug 'rbong/vim-crystalline' Plug 'godlygeek/tabular' -Plug 'plasticboy/vim-markdown' Plug 'vimwiki/vimwiki' +Plug 'ojroques/nvim-bufdel' " language support +Plug 'plasticboy/vim-markdown' Plug 'samsaga2/vim-z80' Plug 'tomtom/tcomment_vim' Plug 'https://tildegit.org/sloum/gemini-vim-syntax.git' @@ -93,11 +93,15 @@ call plug#end() " which-key " :lua << EOF - require("which-key").setup { - -- your configuration comes here - -- or leave it empty to use the default settings - -- refer to the configuration section below - } + require("which-key").setup { } +EOF + +" BufKil +:lua << EOF + require('bufdel').setup { + next = 'cycle', + quit = false, +} EOF " crystaline conf -- cgit v1.2.3