diff options
author | sinanmohd <sinan@firemail.cc> | 2023-06-25 07:28:47 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-06-25 07:28:47 +0530 |
commit | 0f6916a0e8a54aadc5cb49572ac2fe799ba22ca6 (patch) | |
tree | e93e52d3cf1cd39271655e56454caa6b86fc4729 | |
parent | 53e3531dfdc27aaac4f2555ba6715594a1baf292 (diff) |
mimeapps: add text/x-diff
-rw-r--r-- | .config/mimeapps.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 3b4bf18..34bf26b 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -6,6 +6,7 @@ text/csv=nvim.desktop; text/html=nvim.desktop; text/plain=nvim.desktop; text/x-c=nvim.desktop; +text/x-diff=nvim.desktop; text/xml=nvim.desktop; text/x-script.python=nvim.desktop; text/x-shellscript=nvim.desktop; |