Skip to content

Commit

Permalink
Update installer.py changed neovim-git to neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash6222 authored Jan 5, 2024
1 parent b0781da commit 07754b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tcet-welcome/scripts/installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Libre Office": "libreoffice-still",
"PyCharm (CE)":"pycharm-community-edition",
"GitHub CLI":"github-cli",
"Neovim":"neovim-git",
"Neovim":"neovim",
"Intellij Idea (CE)":"intellij-idea-community-edition",
"GoLang":"go"
}
Expand Down Expand Up @@ -86,4 +86,4 @@ def on_install_clicked(self, widget):
win = MyApp()
win.connect("destroy", Gtk.main_quit)
win.show_all()
Gtk.main()
Gtk.main()

0 comments on commit 07754b7

Please sign in to comment.