From d2aa785b6a3161553cee8e7efb63ce6004f20837 Mon Sep 17 00:00:00 2001 From: Ishaan Karvir Date: Tue, 23 Jan 2024 01:20:50 -0800 Subject: [PATCH] more formatting --- init.lua | 2 -- lua/custom/plugins/harpoon.lua | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/init.lua b/init.lua index df86cb51..1f5aa889 100644 --- a/init.lua +++ b/init.lua @@ -73,7 +73,6 @@ require('lazy').setup({ 'tpope/vim-fugitive', 'tpope/vim-rhubarb', - 'ThePrimeagen/vim-be-good', -- Detect tabstop and shiftwidth automatically 'tpope/vim-sleuth', @@ -399,6 +398,5 @@ end, 0) -- [[ Configure nvim-cmp ]] -- See `:help cmp` - -- The line beneath this is called `modeline`. See `:help modeline` -- vim: ts=2 sts=2 sw=2 et diff --git a/lua/custom/plugins/harpoon.lua b/lua/custom/plugins/harpoon.lua index c34f678a..f16d8d7c 100644 --- a/lua/custom/plugins/harpoon.lua +++ b/lua/custom/plugins/harpoon.lua @@ -11,7 +11,7 @@ return { vim.keymap.set('n', '', function() harpoon:list():append() - end, { desc = "Add to harpoon"}) + end, { desc = 'Add to harpoon' }) vim.keymap.set('n', '', function() harpoon.ui:toggle_quick_menu(harpoon:list()) end)