Add mark.nvim
This commit is contained in:
parent
8aaa296317
commit
89ae9a4961
1 changed files with 8 additions and 0 deletions
|
|
@ -558,6 +558,14 @@ local plugins = {
|
|||
require("conform").format({ async = true, lsp_format = "fallback", range = range })
|
||||
end, { range = true })
|
||||
end
|
||||
},
|
||||
{
|
||||
"chentoast/marks.nvim",
|
||||
config = function()
|
||||
require "marks".setup {
|
||||
|
||||
}
|
||||
end
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue