Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 402 Bytes

set-ft.md

File metadata and controls

2 lines (2 loc) · 402 Bytes

execute set ft? to see the file type in (neo)vim

I was trying to setup formatting in LazyVim for OCaml. Turns out I mistakenly set the file type to "ml", when it should have been "ocaml", which I learned by exexecuting set ft? in the buffer I was working in. The good and patient discussion on this GitHub issue on LazyVim was very helpful.