feat: netcup host config
This commit is contained in:
parent
66c1be4b45
commit
2bcc83c7d9
10 changed files with 225 additions and 34 deletions
|
|
@ -25,7 +25,7 @@ return {
|
|||
args = { '--profile', 'black', '-' },
|
||||
stdin = true,
|
||||
})
|
||||
:append('black')
|
||||
:fmt('black')
|
||||
:lint('mypy')
|
||||
|
||||
ft('lua'):fmt('stylua'):lint('selene')
|
||||
|
|
@ -52,7 +52,7 @@ return {
|
|||
ft('cmake'):fmt('cmake-format')
|
||||
ft('make'):lint('checkmake')
|
||||
ft('cpp'):lint('cpplint')
|
||||
ft('markdown'):fmt('cbfmt'):append('prettierd')
|
||||
ft('markdown'):fmt('cbfmt'):fmt('prettierd')
|
||||
local lint = require('guard.lint')
|
||||
|
||||
ft('nix')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue