blob: 18cb754196669014ca8e86abb0959251087f5e7f (
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' },
}
|