chore(nvim): format zsh, bash
parent
71b56ea1b6
commit
2c9b782535
|
@ -429,6 +429,7 @@ require("lazy").setup({
|
|||
local conform = require("conform")
|
||||
conform.setup({
|
||||
formatters_by_ft = {
|
||||
bash = { "shfmt" },
|
||||
go = { "gofumpt" },
|
||||
javascript = { "deno_fmt" },
|
||||
json = { "deno_fmt" },
|
||||
|
@ -437,6 +438,7 @@ require("lazy").setup({
|
|||
python = { "ruff_format" },
|
||||
sh = { "shfmt" },
|
||||
toml = { "taplo" },
|
||||
zsh = { "shfmt" },
|
||||
},
|
||||
formatters = {
|
||||
gofumpt = {
|
||||
|
|
|
@ -60,6 +60,7 @@ if command -v fzf &>/dev/null; then
|
|||
export FZF_ALT_C_COMMAND="fd --type directory --color=always"
|
||||
fi
|
||||
|
||||
# https://github.com/catppuccin/fzf
|
||||
export FZF_DEFAULT_OPTS="\
|
||||
--ansi \
|
||||
--pointer='🔫' --prompt='🪓 ' \
|
||||
|
|
Loading…
Reference in New Issue