Set apache type file for all .conf
This commit is contained in:
parent
09f0c9238c
commit
7ae1b64cdf
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
1
init.vim
1
init.vim
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue