more formatting
This commit is contained in:
parent
05c33d1f41
commit
d2aa785b6a
2
init.lua
2
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
|
||||
|
|
|
@ -11,7 +11,7 @@ return {
|
|||
|
||||
vim.keymap.set('n', '<C-a>', function()
|
||||
harpoon:list():append()
|
||||
end, { desc = "Add to harpoon"})
|
||||
end, { desc = 'Add to harpoon' })
|
||||
vim.keymap.set('n', '<C-s>', function()
|
||||
harpoon.ui:toggle_quick_menu(harpoon:list())
|
||||
end)
|
||||
|
|
Loading…
Reference in New Issue