diff options
author | Jan Krautmacher <jan.krautmacher@indurad.com> | 2022-11-11 07:27:29 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-11-11 13:53:01 +0100 |
commit | 52effb2e7bbcde69a3a4685996d2ea4bab788e40 (patch) | |
tree | 9063a01dfbf526ddf312cb498473e43b8e58c326 | |
parent | 859602d87410c6ec98eb155d3c49be1a4ccfadfe (diff) | |
download | dotfiles-52effb2e7bbcde69a3a4685996d2ea4bab788e40.tar dotfiles-52effb2e7bbcde69a3a4685996d2ea4bab788e40.tar.zst dotfiles-52effb2e7bbcde69a3a4685996d2ea4bab788e40.zip |
Switch to neovim in mimeapps.list
Just changing to neovim
-rw-r--r-- | .config/mimeapps.list | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/mimeapps.list b/.config/mimeapps.list index f5ff97f..26e176b 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -7,10 +7,10 @@ audio/mpeg=mpv.desktop application/pdf=org.pwmt.zathura.desktop image/jpeg=imv.desktop image/png=imv.desktop -text/plain=vim.desktop -text/x-c=vim.desktop -text/x-script.python=vim.desktop -text/x-shellscript=vim.desktop +text/plain=nvim.desktop +text/x-c=nvim.desktop +text/x-script.python=nvim.desktop +text/x-shellscript=nvim.desktop video/x-matroska=mpv.desktop video/x-msvideo=mpv.desktop x-scheme-handler/http=firefox.desktop |