Skip to content

Commit 18b5236

Browse files
author
Lifepillar
committed
Add a note in the doc for YouCompleteMe users.
1 parent b25e968 commit 18b5236

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/ledger.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,12 @@ TIPS *ledger-tips*
3030

3131
Tips and useful commands
3232

33-
* Try account-completion (as explained below)
33+
* 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
3439

3540
* You may use `:make` for syntax checking. It may be convenient to define a
3641
mapping for the following command:

0 commit comments

Comments
 (0)