aboutsummaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorMax Christian Pohle2018-10-04 21:35:05 +0200
committerMax Christian Pohle2018-10-04 21:35:05 +0200
commitc2808a2053fa4d382a1ad7edc9637951c9eefc55 (patch)
tree7420b4501fe7c7feed16ae2dda360619d000144c /ftplugin
parent1e3c2a1174da4ef32d18865181317f4ecff7e194 (diff)
downloadvim-c2808a2053fa4d382a1ad7edc9637951c9eefc55.tar.bz2
vim-c2808a2053fa4d382a1ad7edc9637951c9eefc55.zip
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
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/coffee.vim1
1 files changed, 1 insertions, 0 deletions
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
..