refactor: random things
This commit is contained in:
parent
23ea1feaf8
commit
69c1a49ef3
2 changed files with 14 additions and 1 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ return {
|
|||
yaml = { "prettier" },
|
||||
-- yaml.docker-compose = { "prettier" },
|
||||
markdown = { "prettier" },
|
||||
text = { "woke" },
|
||||
-- text = { "woke" },
|
||||
graphql = { "prettier" },
|
||||
lua = { "stylua" },
|
||||
python = { "ruff" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue