more formatting

This commit is contained in:
Ishaan Karvir 2024-01-23 01:20:50 -08:00
parent 05c33d1f41
commit d2aa785b6a
2 changed files with 1 additions and 3 deletions

View File

@ -73,7 +73,6 @@ require('lazy').setup({
'tpope/vim-fugitive', 'tpope/vim-fugitive',
'tpope/vim-rhubarb', 'tpope/vim-rhubarb',
'ThePrimeagen/vim-be-good', 'ThePrimeagen/vim-be-good',
-- Detect tabstop and shiftwidth automatically -- Detect tabstop and shiftwidth automatically
'tpope/vim-sleuth', 'tpope/vim-sleuth',
@ -399,6 +398,5 @@ end, 0)
-- [[ Configure nvim-cmp ]] -- [[ Configure nvim-cmp ]]
-- See `:help cmp` -- See `:help cmp`
-- The line beneath this is called `modeline`. See `:help modeline` -- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et -- vim: ts=2 sts=2 sw=2 et

View File

@ -11,7 +11,7 @@ return {
vim.keymap.set('n', '<C-a>', function() vim.keymap.set('n', '<C-a>', function()
harpoon:list():append() harpoon:list():append()
end, { desc = "Add to harpoon"}) end, { desc = 'Add to harpoon' })
vim.keymap.set('n', '<C-s>', function() vim.keymap.set('n', '<C-s>', function()
harpoon.ui:toggle_quick_menu(harpoon:list()) harpoon.ui:toggle_quick_menu(harpoon:list())
end) end)