feat: add marks.nvim

This commit is contained in:
Guz
2024-12-05 19:23:45 -03:00
parent 4973807478
commit dfae26ace8
2 changed files with 9 additions and 0 deletions

View File

@@ -100,4 +100,12 @@ return {
}
end)(),
},
{
"marks.nvim",
after = function()
require("marks").setup({
refresh_interval = 250,
})
end,
},
}

View File

@@ -19,6 +19,7 @@
optPlugins = with pkgs;
with pkgs.vimPlugins; [
harpoon2
marks-nvim
telescope-nvim
telescope-fzf-native-nvim
nvim-treesitter.withAllGrammars