Skip to content

Commit

Permalink
home-manager/jetbrains: enable ideajoin
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 12, 2023
1 parent c83a9e6 commit 358e001
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home-manager/editor/jetbrains.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
home.file = {
".intellimacs".source = flake.inputs.intellimacs;
".ideavimrc".source = pkgs.writeText "ideavimrc" /* vim */ ''
" Enable Intellimacs
source ~/.intellimacs/spacemacs.vim
" Enable other Intellimacs modules
Expand All @@ -32,6 +33,10 @@
" Vinegar
nmap - :NERDTreeToggle<CR>
" Enable ideajoin
" https://github.com/JetBrains/ideavim/blob/master/doc/ideajoin-examples.md
set ideajoin
'';
};
};
Expand Down

0 comments on commit 358e001

Please sign in to comment.