From e50e2172d9c39a45b8896515e8ed1ca447c15587 Mon Sep 17 00:00:00 2001 From: Venus Date: Sat, 8 Nov 2025 20:35:01 -0600 Subject: [PATCH] Revert "added mark to easily jump large files" This reverts commit 05ae5a1fd7858b8302584a0e5b733b7fed3222ed. --- init.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/init.lua b/init.lua index 7e80a2c..af0bbb8 100644 --- a/init.lua +++ b/init.lua @@ -199,9 +199,6 @@ require('lazy').setup({ { 'michaeljsmith/vim-indent-object', }, - { - 'kshenoy/vim-signature', - }, -- Alternatively, use `config = function() ... end` for full control over the configuration. -- If you prefer to call `setup` explicitly, use: -- {