fix statusline + some lsp stuff

This commit is contained in:
Gabe Farrell 2024-04-14 21:58:24 -04:00
parent cc4abb76ee
commit d9d98ca2c8
12 changed files with 216 additions and 60 deletions

View file

@ -12,7 +12,6 @@ return {
formatters_by_ft = {
bash = { "shfmt" },
sh = { "shfmt" },
fish = { "fish_indent" },
lua = { "stylua" },
go = { "goimports", "gofumpt", "goimports-reviser" },
javascript = { { "prettierd", "prettier" } },