From e97cdd5f3c0072b8a8a7f1e8000dee456d2f0941 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 30 Mar 2022 22:10:12 -0400 Subject: [PATCH] using the term that comes with lunarvim instead of floatterm. and gitsigns comes with a blamer --- lunar.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lunar.lua b/lunar.lua index e9affd6..3fb4921 100644 --- a/lunar.lua +++ b/lunar.lua @@ -66,7 +66,6 @@ lvim.plugins = { } end }, - { "APZelos/blamer.nvim" }, { 'sindrets/diffview.nvim', requires = 'nvim-lua/plenary.nvim' }, -- { -- 'f-person/auto-dark-mode.nvim', @@ -87,7 +86,6 @@ lvim.plugins = { -- }, { "jamessan/vim-gnupg" }, { "simrat39/symbols-outline.nvim" }, - { "voldikss/vim-floaterm" }, { "github/copilot.vim" }, { 'alexghergh/nvim-tmux-navigation', config = function() require'nvim-tmux-navigation'.setup { @@ -121,7 +119,6 @@ lvim.builtin.which_key.mappings["T"] = { T = { ":TableModeRealign", "Realign" }, } -lvim.builtin.which_key.mappings["B"] = { "BlamerShow", "Show Blamer" } lvim.builtin.which_key.mappings["S"] = { "SymbolsOutline", "Symbols Outline" } -- Org mode stuff