⚙️ 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",
|
"chrisgrieser/nvim-scissors",
|
||||||
dependencies = {
|
dependencies = {
|
||||||
"stevearc/dressing.nvim",
|
|
||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
@ -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" },
|
||||||
|
|
Loading…
Add table
Reference in a new issue