mirror of https://github.com/LazyVim/starter
11 lines
189 B
Lua
11 lines
189 B
Lua
|
return {
|
||
|
"zongben/navimark.nvim",
|
||
|
dependencies = {
|
||
|
"nvim-telescope/telescope.nvim",
|
||
|
"nvim-lua/plenary.nvim",
|
||
|
},
|
||
|
config = function()
|
||
|
require("navimark").setup()
|
||
|
end,
|
||
|
}
|