⚙️ config(nvim): misc changes

This commit is contained in:
Sergio Laín 2024-01-06 01:19:35 +01:00
parent d81bb555e1
commit f9d3a4a6c3
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,6 @@ return {
{
"chrisgrieser/nvim-scissors",
dependencies = {
"stevearc/dressing.nvim",
"rcarriga/nvim-notify",
},
opts = {

View file

@ -2,7 +2,9 @@ return {
{
"ThePrimeagen/harpoon",
branch = "harpoon2",
dependencies = { "nvim-lua/plenary.nvim" },
dependencies = {
"nvim-lua/plenary.nvim",
},
--stylua: ignore
keys = {
{ "<leader>ha", function() require("harpoon"):list():append() end, desc = "Add Mark" },