From 89ae9a49615d3d26d82b79a65d395a00f2ae58f3 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Tue, 20 Aug 2024 09:50:47 +0200 Subject: [PATCH] Add mark.nvim --- lua/plugins.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/plugins.lua b/lua/plugins.lua index 9885b21..2622d34 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 } }