1
0

First config

This commit is contained in:
2025-02-22 21:30:21 +00:00
commit 74cef33a46
6 changed files with 87 additions and 0 deletions

7
lua/plugins/marks.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
{
"chentoast/marks.nvim",
event = "VeryLazy",
opts = {},
},
}