Set apache type file for all .conf

This commit is contained in:
Szwendacz99 2022-10-14 09:03:27 +02:00
parent 09f0c9238c
commit 7ae1b64cdf
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"codeLens.enable": true,
"codeLens.position": "right_align",
"codeLens.position": "top",
"coc.preferences.extensionUpdateCheck": "daily",
"coc.preferences.enableMessageDialog": true,
"coc.preferences.formatOnType": true,

View file

@ -38,6 +38,7 @@ call plug#end()
lua require("general")
"autocmd BufEnter *.sls :setlocal filetype=yaml
autocmd BufEnter *.conf :setlocal filetype=apache
"inoremap: maps the key in insert mode
"nnoremap: maps the key in normal mode