We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4f194 commit 13510e4Copy full SHA for 13510e4
ftplugin/fsharp.vim
@@ -44,6 +44,15 @@ if empty(glob(fsac))
44
finish
45
endif
46
47
+" add LanguageClient configuration
48
+
49
+if !exists('g:LanguageClient_serverCommands')
50
+ let g:LanguageClient_serverCommands = {}
51
+endif
52
+if !has_key(g:LanguageClient_serverCommands, 'fsharp')
53
+ let g:LanguageClient_serverCommands.fsharp = g:fsharp#languageserver_command
54
55
56
if g:fsharp#automatic_workspace_init
57
augroup LanguageClient_config
58
autocmd!
0 commit comments