mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-06-07 00:48:24 +02:00
12 lines
495 B
VimL
12 lines
495 B
VimL
let g:neoformat_enabled_yaml = ['prettierd']
|
|
|
|
let g:neoformat_ps1_psscriptanalyzer = {
|
|
\ 'exe': 'pwsh',
|
|
\ 'args': ['-NoProfile', '-Command',
|
|
\ '"Import-Module (Resolve-Path \"/opt/powershell-editor-services/PSScriptAnalyzer/*/PSScriptAnalyzer.psd1\" | Select-Object -ExpandProperty Path); Invoke-Formatter -ScriptDefinition (\$input | Out-String)"'],
|
|
\ 'stdin': 1,
|
|
\ }
|
|
let g:neoformat_enabled_ps1 = ['psscriptanalyzer']
|
|
|
|
let g:neoformat_enabled_qml = ['qmlformat']
|