1
0
Fork 0

nvim: set filetype for QML files

This commit is contained in:
tastytea 2022-08-30 01:29:26 +02:00
parent f082b1a28a
commit d62be7cb66
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 0 deletions

View File

@ -0,0 +1 @@
autocmd BufRead,BufNewFile *.qml set filetype=qmljs