From 842c0879b3834c6d25a6db05214500ec20758bcc Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Mon, 1 May 2023 23:47:06 +0200 Subject: [PATCH] Inserimento regola per attivare Coc per ansible. --- vimrc.new | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc.new b/vimrc.new index 30e6c11..9acd41f 100644 --- a/vimrc.new +++ b/vimrc.new @@ -122,3 +122,7 @@ function! ShowDocumentation() call feedkeys('K', 'in') endif endfunction + +let g:coc_filetype_map = { + \ 'yaml.ansible': 'ansible', + \ }