Skip to content

Commit

Permalink
feat(lsp): disable sqls formatting
Browse files Browse the repository at this point in the history
it' broken, see sqls-server/sqls#149
  • Loading branch information
Maneren committed Nov 7, 2024
1 parent 96df46e commit ecf6467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/astrolsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ return {
disabled = {
"csharp_ls",
"omnisharp",
"sqls",
},
timeout_ms = 2000,
},
Expand Down

0 comments on commit ecf6467

Please sign in to comment.