We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25e968 commit 18b5236Copy full SHA for 18b5236
doc/ledger.txt
@@ -30,7 +30,12 @@ TIPS *ledger-tips*
30
31
Tips and useful commands
32
33
-* Try account-completion (as explained below)
+* Try account-completion (as explained below). If you use YouCompleteMe, you
34
+ should disable it for Ledger files. Put this in your .vimrc:
35
+
36
+ if exists('g:ycm_filetype_blacklist')
37
+ call extend(g:ycm_filetype_blacklist, { 'ledger': 1 })
38
+ endif
39
40
* You may use `:make` for syntax checking. It may be convenient to define a
41
mapping for the following command:
0 commit comments