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,