blob: 2d152490f12651ad14b2aa0b651bd1a05b1c2b4d (
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' },
}
|