1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-26 11:52:13 +03:00

Update README.md (#1388)

The vim-nickel plugin sets the filetype to "nickel", not "ncl".
This commit is contained in:
Matthias Meschede 2023-06-21 15:08:48 +02:00 committed by GitHub
parent 9720405227
commit 558c2577a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,8 @@ edit `coc-settings.json`) and add:
".git"
],
"filetypes": [
"ncl"
"ncl",
"nickel"
]
}
}