add BartSte/nvim-project-marks
This commit is contained in:
parent
cc984d5c91
commit
3db31580b4
1 changed files with 7 additions and 0 deletions
|
|
@ -560,6 +560,13 @@ local plugins = {
|
||||||
"nvim-telescope/telescope.nvim"
|
"nvim-telescope/telescope.nvim"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'BartSte/nvim-project-marks',
|
||||||
|
lazy = false,
|
||||||
|
config = function()
|
||||||
|
require('projectmarks').setup({})
|
||||||
|
end
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
return plugins
|
return plugins
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue