From 7ae1b64cdf9c5ec5f9c67a10ce1bdc44df4c2574 Mon Sep 17 00:00:00 2001 From: Szwendacz99 Date: Fri, 14 Oct 2022 09:03:27 +0200 Subject: [PATCH] Set apache type file for all .conf --- coc-settings.json | 2 +- init.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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