⚡️ perf(edgy)!: remove edgy plugin
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!
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
-- │ Core │
|
-- │ Core │
|
||||||
-- ╰─────────────────────────────────────────────────────────╯
|
-- ╰─────────────────────────────────────────────────────────╯
|
||||||
return {
|
return {
|
||||||
{
|
{ -- LazyVim
|
||||||
"LazyVim/LazyVim",
|
"LazyVim/LazyVim",
|
||||||
opts = {
|
opts = {
|
||||||
colorscheme = "catppuccin-frappe",
|
colorscheme = "catppuccin-frappe",
|
||||||
@@ -12,13 +12,10 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{ -- Edgy
|
|
||||||
import = "lazyvim.plugins.extras.ui.edgy",
|
|
||||||
},
|
|
||||||
{ -- Mini-animate
|
{ -- Mini-animate
|
||||||
import = "lazyvim.plugins.extras.ui.mini-animate",
|
import = "lazyvim.plugins.extras.ui.mini-animate",
|
||||||
},
|
},
|
||||||
{
|
{ -- Bufferline
|
||||||
"akinsho/bufferline.nvim",
|
"akinsho/bufferline.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
options = {
|
options = {
|
||||||
|
|||||||
Reference in New Issue
Block a user