From 17f28e16ac15769c212c19a475a79ecd384e59da Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 7 Aug 2024 08:32:52 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F=20perf(edgy)!:=20remove=20ed?= =?UTF-8?q?gy=20plugin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the edgy plugin for better compatibilty with smart-splits and mouse control. This allows split windows to behave more consistently. BREAKING CHANGE: Much of the behavior of splits will be different after this change. Edgy provided pre-configured layouts for most common splits and we will instead be using more generic layouts. That said: resizing splits is now working correctly! --- lua/plugins/core.lua | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lua/plugins/core.lua b/lua/plugins/core.lua index 804e9e0..e76ae21 100644 --- a/lua/plugins/core.lua +++ b/lua/plugins/core.lua @@ -2,7 +2,7 @@ -- │ Core │ -- ╰─────────────────────────────────────────────────────────╯ return { - { + { -- LazyVim "LazyVim/LazyVim", opts = { colorscheme = "catppuccin-frappe", @@ -12,13 +12,10 @@ return { }, }, }, - { -- Edgy - import = "lazyvim.plugins.extras.ui.edgy", - }, { -- Mini-animate import = "lazyvim.plugins.extras.ui.mini-animate", }, - { + { -- Bufferline "akinsho/bufferline.nvim", opts = { options = {