Dotfiles/site-modules/core/files/vim/plugin
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
..
codeclimate.lua style(core): run stylua 2023-11-24 08:01:34 +00:00
colors.vim refactor(core): move from base16 themes to nord 2024-06-08 14:50:57 +01:00
comments.lua style(core): run stylua 2023-11-24 08:01:34 +00:00
completion.lua feat(vim): bump the priority of snippets in completion 2024-04-10 19:12:59 +01:00
dev_case.lua feat(vim): add dev_case plugin for a better search and replace 2024-06-08 17:53:07 +01:00
file-ops.vim feat(vim): start moving back 2022-06-12 20:25:17 +01:00
fmt.vim feat(vim): use the lsp to format f# files 2024-09-24 19:53:46 +01:00
ivy.lua feat(vim): setup ivy.nvim in the config 2024-09-04 19:10:24 +01:00
lint.lua fix(vim): reformat the linters and add extra eslint flags 2024-09-12 16:31:27 +01:00
lsp.lua feat(vim): display clippy diagnostics on save 2024-09-04 19:11:57 +01:00
oil.lua feat(vim): add the oil file management plugin 2023-11-20 08:03:03 +00:00
ollama.lua feat(vim): allows inputing for Olmama model so we can use other models 2023-12-27 11:18:30 +00:00
run.vim fix(vim): ensure run command open a new split 2024-05-19 19:18:46 +01:00
snippets.lua feat(vim): better snippets 2023-01-20 07:44:05 +00:00
spec.lua feat(vim): implement lua go to spec 2024-06-03 08:15:10 +01:00
status-line.vim feat(vim): start moving back 2022-06-12 20:25:17 +01:00
taskfile.lua chore(vim): add taskfile plugin 2023-06-02 16:52:03 +01:00
term.vim feat(vim): add term script back in from the history 2022-12-03 16:50:31 +00:00
treesitter.lua feat(vim): add nvim-treesitter-textobjects 2024-06-14 18:03:07 +01:00
wezterm-navigation.vim feat(term): move to wezterm mux from tmux 2024-09-04 18:20:25 +01:00