From df9aebed1ffcffa3e2d93c8f7efca4160050d62d Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 19 Mar 2025 19:42:53 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20=20Cleaned(smear-cursor?= =?UTF-8?q?):=20remove=20old=20config=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The use_floating_window option is no longer used so we don't need to set it --- lua/data/types.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lua/data/types.lua b/lua/data/types.lua index f9a9834..3d55027 100644 --- a/lua/data/types.lua +++ b/lua/data/types.lua @@ -1887,10 +1887,6 @@ M.smearcursor = function() -- Smear cursor when moving within line or to neighbor lines smear_between_neighbor_lines = false, - -- Use floating windows to display smears outside buffers. - -- May have performance issues with other plugins. - use_floating_windows = true, - -- Set to `true` if your font supports legacy computing symbols (block unicode symbols). -- Smears will blend better on all backgrounds. legacy_computing_symbols_support = true,