Adding builtin marks

This commit is contained in:
Ian Roddis
2024-09-12 09:39:15 -03:00
parent 84ea5aef3c
commit 8adb53ed7c
+3 -1
View File
@@ -302,7 +302,9 @@ require('lazy').setup({
{ {
"chentoast/marks.nvim", "chentoast/marks.nvim",
event = "VeryLazy", event = "VeryLazy",
opts = {}, opts = {
builtin_marks = { "<", ">", "{", "}" },
},
}, },
-- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart -- NOTE: Next Step on Your Neovim Journey: Add/Configure additional "plugins" for kickstart