summaryrefslogtreecommitdiff
path: root/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua')
-rw-r--r--mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua12
1 files changed, 6 insertions, 6 deletions
diff --git a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua
index 6aafad3..b7b5812 100644
--- a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua
+++ b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua
@@ -324,20 +324,20 @@ return {
require("conform").setup({
formatters_by_ft = {
bash = { "shfmt" },
- css = { "prettier" },
+ -- css = { "prettier" },
graphql = { "prettier" },
html = { "prettier" },
- javascript = { "prettier" },
- javascriptreact = { "prettier" },
- json = { "prettier" },
+ -- javascript = { "prettier" },
+ -- javascriptreact = { "prettier" },
+ -- json = { "prettier" },
liquid = { "prettier" },
lua = { "stylua" },
markdown = { "prettier" },
python = { "ruff", "isort", "black" },
sh = { "shfmt" },
svelte = { "prettier" },
- typescript = { "prettier" },
- typescriptreact = { "prettier" },
+ -- typescript = { "prettier" },
+ -- typescriptreact = { "prettier" },
vimwiki = { "prettier" },
yaml = { "prettier" },
zsh = { "beautysh" },