From e40427ce3c167e001c28e36ea82e20872962c8b9 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 22 Dec 2022 22:27:51 +0100 Subject: Replace bbye with nvim-bufdel --- fnl/config/which-key.fnl | 2 +- fnl/plugins.fnl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'fnl') diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index ce5a9cc..c2c0efc 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -139,7 +139,7 @@ (def- nmappings {:a ["Telescope lsp_document_symbols theme=dropdown" "Document Symbols"] :T treesitter - :c [:Bdelete! "Close Buffer"] + : [:BufDel "Close Buffer"] :d diagnostics :f find :g git diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 550abf8..b39a58f 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -67,7 +67,7 @@ :event :VeryLazy :config (fn [] (require :config.orgmode))} - {1 :moll/vim-bbye :event :VeryLazy} + {1 :ojroques/nvim-bufdel :cmd :BufDel} {1 :akinsho/toggleterm.nvim :cmd :ToggleTerm :config (fn [] -- cgit v1.2.3-70-g09d2