"first commit to kickstart"

This commit is contained in:
Palonko Chongo 2025-03-08 08:46:06 +01:00
parent 5bdde24dfb
commit ac376a6588
6 changed files with 200 additions and 10 deletions

6
ftplugin/ft.lua Normal file
View file

@ -0,0 +1,6 @@
vim.filetype.add {
extension = {
fsx = 'fsharp',
fs = 'fsharp',
},
}