From c2808a2053fa4d382a1ad7edc9637951c9eefc55 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Thu, 4 Oct 2018 21:35:05 +0200
Subject: Minor refactoring

- beautification of the vertical bar
- removed Vim Minimap plugin
- GIT shows recently changed files in the quickfix list instead of the
location list
---
 ftplugin/coffee.vim | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 ftplugin/coffee.vim

(limited to 'ftplugin')

diff --git a/ftplugin/coffee.vim b/ftplugin/coffee.vim
new file mode 100644
index 0000000..5d5675c
--- /dev/null
+++ b/ftplugin/coffee.vim
@@ -0,0 +1 @@
+let coffee_indent_keep_current                = 1   " avoid problems with html indentation
-- 
cgit v1.2.3