diff --git a/coc-settings.json b/coc-settings.json index d59239f..480b71c 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -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, diff --git a/init.vim b/init.vim index 7b483d3..3a32e00 100644 --- a/init.vim +++ b/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