add marks plugin and broader signcolumn
This commit is contained in:
parent
6e5fa5adb9
commit
d5009afeff
2 changed files with 13 additions and 1 deletions
12
lua/plugin/marks.lua
Normal file
12
lua/plugin/marks.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
{
|
||||
"chentoast/marks.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
config = function()
|
||||
require 'marks'.setup({
|
||||
sign_priority = 5;
|
||||
})
|
||||
end,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue