Inserimento regola per attivare Coc per ansible.
This commit is contained in:
parent
b21ddcad84
commit
842c0879b3
1 changed files with 4 additions and 0 deletions
|
@ -122,3 +122,7 @@ function! ShowDocumentation()
|
|||
call feedkeys('K', 'in')
|
||||
endif
|
||||
endfunction
|
||||
|
||||
let g:coc_filetype_map = {
|
||||
\ 'yaml.ansible': 'ansible',
|
||||
\ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue