Skip to content

Commit

Permalink
chore: disable autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
marmos91 committed May 27, 2024
1 parent 1fb6ba3 commit 060a510
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/nvim/lua/plugins/conform.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
{ -- Autoformat
{
"stevearc/conform.nvim",
lazy = false,
keys = {
Expand Down
6 changes: 6 additions & 0 deletions config/nvim/lua/plugins/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ return {
},
},
tsserver = {},
eslint_d = {
settings = {
-- helps eslint find the eslintrc when it's placed in a subfolder instead of the cwd root
workingDirectories = { mode = "auto" },
},
},
pylsp = {},
bzl = {},
rust_analyzer = {},
Expand Down

0 comments on commit 060a510

Please sign in to comment.