replace marks plugin with guttermarks
This commit is contained in:
parent
c06fa3db35
commit
be56786798
|
|
@ -0,0 +1,4 @@
|
||||||
|
return {
|
||||||
|
'dimtion/guttermarks.nvim',
|
||||||
|
event = { 'BufReadPost', 'BufNewFile', 'BufWritePre', 'FileType' },
|
||||||
|
}
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
return {
|
|
||||||
'chentoast/marks.nvim',
|
|
||||||
event = 'VeryLazy',
|
|
||||||
opts = {},
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue