Do not save for ALERename and ALEOrganizeImports

This commit is contained in:
Jerko Steiner
2019-10-09 20:42:41 -05:00
parent 3fe2223a48
commit c8c142b881
9 changed files with 97 additions and 54 deletions

View File

@@ -15,7 +15,7 @@ function! ale#organize_imports#HandleTSServerResponse(conn_id, response) abort
call ale#code_action#HandleCodeAction({
\ 'description': 'Organize Imports',
\ 'changes': l:file_code_edits,
\})
\}, v:false)
endfunction
function! s:OnReady(linter, lsp_details) abort