From 1782a42d8186c572700f92001f0b5b762fae724d Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Fri, 3 Feb 2023 12:48:20 -0600 Subject: [PATCH] Revert "adding in custom plugin marks" This reverts commit 94feee9915df60bfbaae9cabf17520ae776c332f. --- lua/configs/marks.lua | 5 ----- lua/core/plugins.lua | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 lua/configs/marks.lua diff --git a/lua/configs/marks.lua b/lua/configs/marks.lua deleted file mode 100644 index cc57a80..0000000 --- a/lua/configs/marks.lua +++ /dev/null @@ -1,5 +0,0 @@ -require'marks'.setup { - default_mappings = true, - signs = true, - mappings = {} -} diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 06e74b5..330a466 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -319,11 +319,6 @@ local astro_plugins = { setup = function() astronvim.lazy_load_commands("neovim-session-manager", "SessionManager") end, config = function() require "configs.session_manager" end, }, - - -- Marks - for custom marks - ['chentoast/marks.nvim'] = { - cmd = "Marks" - }, } if astronvim.updater.snapshot then