aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/sqruff.lua
blob: e84d7c2a5f40cb23e89887b373292d18b8273ad5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
--- https://github.com/quarylabs/sqruff
---
--- `sqruff` can be installed by following the instructions [here](https://github.com/quarylabs/sqruff?tab=readme-ov-file#installation)
---
---@type vim.lsp.Config
return {
  cmd = { 'sqruff', 'lsp' },
  filetypes = { 'sql' },
  root_markers = { '.sqruff', '.git' },
}