mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-28 18:43:50 -03:00
chore: some qol crap
This commit is contained in:
parent
867159343a
commit
6fb744cdae
34 changed files with 433 additions and 598 deletions
|
@ -12,9 +12,12 @@ return {
|
|||
svelte = { lsp_format = "fallback" },
|
||||
html = { "prettierd", "prettier" },
|
||||
typescript = { "prettierd", "prettier" },
|
||||
lua = { "stylua" },
|
||||
typescriptreact = { "prettierd", "prettier" },
|
||||
javascript = { "prettierd", "prettier", stop_after_first = true },
|
||||
json = { "prettierd", "prettier" },
|
||||
htmlhugo = { "prettierd", "prettier" },
|
||||
markdown = { "prettierd", "prettier" },
|
||||
lua = { "stylua" },
|
||||
sh = { "shfmt" },
|
||||
bash = { "shfmt" },
|
||||
tex = { "latexindent" },
|
||||
|
@ -25,8 +28,6 @@ return {
|
|||
cpp = { "clang-format" },
|
||||
hcl = { "hcl" },
|
||||
toml = { "taplo" },
|
||||
htmlhugo = { "prettierd", "prettier" },
|
||||
markdown = { "prettierd", "prettier" },
|
||||
},
|
||||
formatters = {
|
||||
csharpier = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue