refactor: move gradle to neovim config
This commit is contained in:
parent
b628a7d618
commit
610bc42769
2 changed files with 5 additions and 2 deletions
common/modules/neovim
|
@ -18,6 +18,11 @@ in
|
|||
'';
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
gradle
|
||||
gradle-completion # FIXME: not working
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
||||
java = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue