Skip to content

Commit

Permalink
[vim] add Idea to vim context
Browse files Browse the repository at this point in the history
  • Loading branch information
GoNZooo committed Mar 10, 2021
1 parent ea480b2 commit 17be1f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _vim.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,12 @@ class VimUtilities(MappingRule):
goland_context = AppContext(executable="goland64")
pycharm_context = AppContext(executable="pycharm64")
webstorm_context = AppContext(executable="webstorm64")
idea_context = AppContext(executable="idea64")
total_commander_context = AppContext(executable="TOTALCMD64")
vim_context = (code_context | firefox_context | terminal_preview_context | discord_context |
powerbash_context | graphical_neovim_context | skype_context | ripcord_context |
edge_context | slack_context | hexchat_context | clion_context | goland_context |
pycharm_context | webstorm_context | total_commander_context)
pycharm_context | webstorm_context | total_commander_context | idea_context)

# the bootstrapper loads the grammar
VimBootstrap = Grammar("vim bootstrap", context=vim_context)
Expand Down

0 comments on commit 17be1f9

Please sign in to comment.