diff options
| author | seth <[email protected]> | 2023-06-04 16:31:20 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-06-04 16:31:20 -0400 |
| commit | 36bf247f326d6a0d38fc372d2653705fb06ac9f6 (patch) | |
| tree | 22d194950783bddb20c88fc7e6fbc2b94af24717 /.config | |
| parent | 39c9fe8d72321bfa66aada2614a3b851d37f05e0 (diff) | |
Diffstat (limited to '.config')
| -rw-r--r-- | .config/nvim/lua/getchoo/plugins/lsp.lua | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/.config/nvim/lua/getchoo/plugins/lsp.lua b/.config/nvim/lua/getchoo/plugins/lsp.lua index 7719318..69230bd 100644 --- a/.config/nvim/lua/getchoo/plugins/lsp.lua +++ b/.config/nvim/lua/getchoo/plugins/lsp.lua @@ -65,7 +65,6 @@ local sources = { diagnostics.actionlint, diagnostics.alex, diagnostics.codespell, - diagnostics.eslint, diagnostics.pylint, diagnostics.shellcheck, formatting.beautysh, @@ -74,7 +73,6 @@ local sources = { formatting.prettier, formatting.rustfmt, formatting.stylua, - formatting.shellharden, formatting.yapf, }, mason = { @@ -82,16 +80,11 @@ local sources = { "alex", "beautysh", "codespell", - "eslint-lsp", - "markdownlint", - "pylint", "prettier", + "pylint", + "rustfmt", "shellcheck", - "shellharden", "stylua", - "rustfmt", - "tailwindcss-language-server", - "typescript-language-server", "yapf", }, } |
