feat(fsautocomplete): support slnx #432

This commit is contained in:
Sven van Heugten 2026-02-21 18:33:22 +01:00 committed by GitHub
parent 44acfe887d
commit c005f991ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ return {
cmd = { 'fsautocomplete', '--adaptive-lsp-server-enabled' },
root_dir = function(bufnr, on_dir)
local fname = vim.api.nvim_buf_get_name(bufnr)
on_dir(util.root_pattern('*.sln', '*.fsproj', '.git')(fname))
on_dir(util.root_pattern('*.sln', '*.slnx', '*.fsproj', '.git')(fname))
end,
filetypes = { 'fsharp' },
init_options = {