Compare commits

..

No commits in common. "e8364c3ae1232b470a95040a54ba925c60fa5032" and "7345373b7477a3e3adb6d93b0fbfb69864a144ce" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +1,4 @@
{ {
"diagnostic.errorSign": "❗",
"diagnostic.warningSign": "⚠️",
"diagnostic.infoSign": "",
"diagnostic.hintSign": "💡",
"yaml.schemaStore.enable": true, "yaml.schemaStore.enable": true,
"yaml.format.enable": true, "yaml.format.enable": true,
"yaml.validate": true, "yaml.validate": true,

View File

@ -140,7 +140,7 @@ call plug#begin('~/.config/nvim/plugged')
call plug#end() call plug#end()
" Coc " Coc
let g:coc_global_extensions = ['@yaegassy/coc-ansible', 'coc-solargraph', 'coc-go', 'coc-yaml', 'coc-pyright', 'coc-json' , 'coc-markdownlint' , 'coc-sh', 'coc-prettier', 'coc-diagnostic', 'coc-perl'] let g:coc_global_extensions = ['coc-solargraph', 'coc-go', 'coc-yaml', 'coc-pyright', 'coc-json' , 'coc-markdownlint' , 'coc-sh', 'coc-prettier', 'coc-diagnostic', 'coc-perl']
inoremap <silent><expr> <Nul> coc#refresh() inoremap <silent><expr> <Nul> coc#refresh()
@ -341,10 +341,6 @@ map <F4> :setlocal spell! spelllang=pl<CR>
" Ansible " Ansible
au BufRead,BufNewFile *.yml set filetype=yaml.ansible au BufRead,BufNewFile *.yml set filetype=yaml.ansible
autocmd BufWritePre *.yml :Prettier <CR>
let g:coc_filetype_map = {
\ 'yaml.ansible': 'ansible',
\ }
" Bash " Bash
autocmd FileType sh autocmd FileType sh