all my homies actually hate nvim

This commit is contained in:
LinlyBoi
2023-05-01 00:30:36 +03:00
parent e796262fff
commit 3441fd47dd
4 changed files with 37 additions and 19 deletions

View File

@@ -88,7 +88,7 @@ ext x?html?, has w3m, terminal = w3m "$@"
mime ^text, label editor = "$EDITOR" -- "$@"
mime ^text, label pager = "$PAGER" -- "$@"
!mime ^text, label editor, ext xml|json|csv|py|pl|sh|php|tex = vim -- "$@"
!mime ^text, label editor, ext dart|rs|js|ts|rb|java = nvim -- "$@"
!mime ^text, label editor, ext dart|rs|js|ts|rb|java = vim -- "$@"
!mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@"
ext 1 = man "$1"