⚙️ 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", "chrisgrieser/nvim-scissors",
dependencies = { dependencies = {
"stevearc/dressing.nvim",
"rcarriga/nvim-notify", "rcarriga/nvim-notify",
}, },
opts = { opts = {

View file

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