I broke up with neovim....vim is my best friend now
This commit is contained in:
10
dot_vim/plugged/ale/test/linter/test_naga.vader
Normal file
10
dot_vim/plugged/ale/test/linter/test_naga.vader
Normal file
@@ -0,0 +1,10 @@
|
||||
Before:
|
||||
call ale#assert#SetUpLinterTest('wgsl', 'naga')
|
||||
|
||||
After:
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The naga command should be customizable):
|
||||
let g:ale_wgsl_naga_executable = '/path/to/naga'
|
||||
AssertLinter '/path/to/naga',
|
||||
\ ale#Escape('/path/to/naga') . ' --stdin-file-path %s'
|
||||
Reference in New Issue
Block a user