diff options
Diffstat (limited to 'nvim/lsp/sqruff.lua')
| -rwxr-xr-x | nvim/lsp/sqruff.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nvim/lsp/sqruff.lua b/nvim/lsp/sqruff.lua new file mode 100755 index 0000000..7fcdc1e --- /dev/null +++ b/nvim/lsp/sqruff.lua @@ -0,0 +1,11 @@ +---@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) +--- +return { + cmd = { 'sqruff', 'lsp' }, + filetypes = { 'sql' }, + root_markers = { '.sqruff', '.git' }, +} |
