Fix multicursor + deoplete for neovim after upgrade

This commit is contained in:
2017-11-21 13:29:46 +03:00
parent ab837618f0
commit 0c78a57821
2 changed files with 13 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ AllCops:
- 'db/**/*'
- 'config/**/*'
- 'script/**/*'
- 'vendor/bundle/**/*'
- 'app/assets/**/*'
Rails:
Enabled: true