Inserimento regola per attivare Coc per ansible.

This commit is contained in:
Emiliano Vavassori 2023-05-01 23:47:06 +02:00
parent b21ddcad84
commit 842c0879b3
1 changed files with 4 additions and 0 deletions

View File

@ -122,3 +122,7 @@ function! ShowDocumentation()
call feedkeys('K', 'in')
endif
endfunction
let g:coc_filetype_map = {
\ 'yaml.ansible': 'ansible',
\ }