about summary refs log tree commit diff
path: root/pkgs/aszlig
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/aszlig')
-rw-r--r--pkgs/aszlig/vim/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/aszlig/vim/default.nix b/pkgs/aszlig/vim/default.nix
index 11063702..95db41b2 100644
--- a/pkgs/aszlig/vim/default.nix
+++ b/pkgs/aszlig/vim/default.nix
@@ -356,8 +356,7 @@ let
     au FileType gitcommit setlocal textwidth=72
     au FileType docbk setlocal tabstop=2 shiftwidth=2 expandtab
 
-    " Autocomplete/align Ledger lines after leaving insert mode
-    au FileType ledger au InsertLeave * call ledger#autocomplete_and_align()
+    " Enable folding for Ledger files
     au FileType ledger set fdm=syntax
 
     " Do not sleuth these file types!