chore(shared/hm): set neovim to open text/plain files

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2025-12-02 02:47:24 -03:00
parent 6b75769158
commit 9bbc7d150e
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -61,6 +61,7 @@
xdg.mimeApps.defaultApplications = { xdg.mimeApps.defaultApplications = {
"inode/directory" = [ "thunar.desktop" ]; "inode/directory" = [ "thunar.desktop" ];
"text/html" = [ "firefox.desktop" ]; "text/html" = [ "firefox.desktop" ];
"text/plain" = [ "nvim.desktop" ];
"video/mp4" = [ "vlc.desktop" ]; "video/mp4" = [ "vlc.desktop" ];
"video/x-matroska" = [ "vlc.desktop" ]; "video/x-matroska" = [ "vlc.desktop" ];
"x-scheme-handler/about" = [ "firefox.desktop" ]; "x-scheme-handler/about" = [ "firefox.desktop" ];