diff options
Diffstat (limited to 'modules/home/common.nix')
| -rw-r--r-- | modules/home/common.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/common.nix b/modules/home/common.nix index e2b57f7..9c62f22 100644 --- a/modules/home/common.nix +++ b/modules/home/common.nix @@ -37,6 +37,10 @@ # base .vimrc for tools outside of vim, like the # VSCode Vim plugin. ".vimrc".source = ../../configs/.vimrc; + + # special .vimrc for the IdeaVim plugin in JetBrains IDEs. + # `source`s the normal ~/.vimrc and enables IdeaVim-specfic plugins. + ".ideavimrc".source = ../../configs/.ideavimrc; }; home.sessionPath = [ |
