⚙️ config(nvim): misc changes
This commit is contained in:
parent
d81bb555e1
commit
f9d3a4a6c3
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,6 @@ return {
|
|||
{
|
||||
"chrisgrieser/nvim-scissors",
|
||||
dependencies = {
|
||||
"stevearc/dressing.nvim",
|
||||
"rcarriga/nvim-notify",
|
||||
},
|
||||
opts = {
|
||||
|
|
|
@ -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" },
|
||||
|
|
Loading…
Add table
Reference in a new issue