diff --git a/lua/plugins.lua b/lua/plugins.lua index 4f013b1..f682618 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -560,6 +560,13 @@ local plugins = { "nvim-telescope/telescope.nvim" } }, + { + 'BartSte/nvim-project-marks', + lazy = false, + config = function() + require('projectmarks').setup({}) + end + }, } return plugins