add-plugin: Ionide-vim - to work with F#

This commit is contained in:
Abdulrahman Sheikho 2026-03-12 19:32:02 +03:00
parent 0a3145a39d
commit f92b9cf81f
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
return {
'ionide/Ionide-vim',
ft = { 'fsharp', 'fsharp_project' },
}