Skip to content

Commit

Permalink
Add coc-java plugin for java support in neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Nov 9, 2024
1 parent d7ebacf commit 1ae0000
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/roles/dev/java/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ in
source = ./gradle;
};
};

programs.neovim.plugins = with pkgs.vimPlugins; [ coc-java ];
};
}

0 comments on commit 1ae0000

Please sign in to comment.