mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2026-05-05 00:26:09 +02:00
feat(fsautocomplete): support slnx #432
This commit is contained in:
parent
44acfe887d
commit
c005f991ed
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user