From 69c1a49ef397ab011ced5a0d49a0335d9b33aec9 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Thu, 8 Jan 2026 11:48:56 +0100 Subject: [PATCH] refactor: random things --- lua/weeheavy/plugins/fzf.lua | 13 +++++++++++++ lua/weeheavy/plugins/lsp/conform.lua | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/lua/weeheavy/plugins/fzf.lua b/lua/weeheavy/plugins/fzf.lua index 4d170ca..8343e29 100644 --- a/lua/weeheavy/plugins/fzf.lua +++ b/lua/weeheavy/plugins/fzf.lua @@ -3,4 +3,17 @@ return { "ibhagwan/fzf-lua", -- event = { "BufReadPre", "BufNewFile" }, enabled = true, + opts = { + winopts = { + preview = { + hidden = false, + }, + }, + fzf_opts = { + ["--border"] = "none", + }, + fzf_colors = { + ["gutter"] = "-1", + }, + }, } diff --git a/lua/weeheavy/plugins/lsp/conform.lua b/lua/weeheavy/plugins/lsp/conform.lua index 2a99cae..6bb7dfe 100644 --- a/lua/weeheavy/plugins/lsp/conform.lua +++ b/lua/weeheavy/plugins/lsp/conform.lua @@ -20,7 +20,7 @@ return { yaml = { "prettier" }, -- yaml.docker-compose = { "prettier" }, markdown = { "prettier" }, - text = { "woke" }, + -- text = { "woke" }, graphql = { "prettier" }, lua = { "stylua" }, python = { "ruff" },