From 664aa988f6d9cdb7b75218666fbe348c85ef8b29 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 4 Sep 2019 15:44:43 +0200 Subject: Update --- ftplugin/docker-compose.vim | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ftplugin/docker-compose.vim (limited to 'ftplugin/docker-compose.vim') diff --git a/ftplugin/docker-compose.vim b/ftplugin/docker-compose.vim new file mode 100644 index 00000000..45a103fc --- /dev/null +++ b/ftplugin/docker-compose.vim @@ -0,0 +1,9 @@ +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'dockerfile') != -1 + finish +endif + +" Define comment string +setlocal commentstring=#\ %s + +" Enable automatic comment insertion +setlocal formatoptions+=cro -- cgit v1.2.3