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" },