feat: add marks.nvim
This commit is contained in:
@@ -100,4 +100,12 @@ return {
|
||||
}
|
||||
end)(),
|
||||
},
|
||||
{
|
||||
"marks.nvim",
|
||||
after = function()
|
||||
require("marks").setup({
|
||||
refresh_interval = 250,
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
optPlugins = with pkgs;
|
||||
with pkgs.vimPlugins; [
|
||||
harpoon2
|
||||
marks-nvim
|
||||
telescope-nvim
|
||||
telescope-fzf-native-nvim
|
||||
nvim-treesitter.withAllGrammars
|
||||
|
||||
Reference in New Issue
Block a user