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.lua15
1 files changed, 9 insertions, 6 deletions
diff --git a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua
index da49976..4520597 100644
--- a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua
+++ b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/lsp.lua
@@ -230,7 +230,10 @@ return {
lint.linters_by_ft = {
dockerfile = { "hadolint" },
javascript = { "eslint_d" },
+ typescript = { "eslint_d" },
javascriptreact = { "eslint_d" },
+ typescriptreact = { "eslint_d" },
+ svelte = { "eslint_d" },
python = { "pylint" },
sh = { "shellcheck" },
sql = { "sqlfluff" },
@@ -333,12 +336,12 @@ 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" },
@@ -346,8 +349,8 @@ return {
sh = { "shfmt" },
sql = { "sql-formatter" },
svelte = { "prettier" },
- typescript = { "prettier" },
- typescriptreact = { "prettier" },
+ -- typescript = { "prettier" },
+ -- typescriptreact = { "prettier" },
vimwiki = { "prettier" },
yaml = { "prettier" },
zsh = { "beautysh" },