aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/statix.lua
blob: efffe906940b12716bc44003445ec69481b74479 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
---https://github.com/nerdypepper/statix
--
-- lints and suggestions for the nix programming language
return {
  cmd = { 'statix', 'check', '--stdin' },
  filetypes = { 'nix' },
  root_markers = { 'flake.nix', '.git' },
}