Dotfiles/site-modules/core/files/vim
Ade Attwood 22eda7e6ed feat(vim): use the lsp to format f# files
For formatting f# there really is only one tool, fantomas. The CLI for fantomas
has no input and will only do files. Ionide has built in support for fantomas,
we need some extra config to make this work because right now we are only using
Neoformat for formatting.

This updates the formatting function to format with the lsp only for f# files.
Anything else it will fall back to usign Neoformat. I am hoping that there will
not be many cases of this and we can continue to use Neoformat.
2024-09-24 19:53:46 +01:00
..
after feat(vim): improve markdown editing with long wrapping lines 2023-11-04 07:20:10 +00:00
ftdetect feat(vim): add ftdetect for sapling commit files 2024-05-19 19:42:42 +01:00
ftplugin refactor: start pulling out the prr config into a plugin 2024-04-10 19:06:51 +01:00
plugin feat(vim): use the lsp to format f# files 2024-09-24 19:53:46 +01:00
snippets/snippets feat(vim): add snippets for testing in lua and playwright 2024-06-08 14:12:17 +01:00
spell refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
init.vim feat(vim): use csharpier for formatting c-sharp 2024-05-19 19:23:40 +01:00