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.
Github user MagB93 has reported that the following configuration works for (Neo)vim for the Fortran Language Server using the LanguageClient package.
let g:LanguageClient_serverCommands = { \ 'fortran': ['fortls', '--symbol_skip_mem', '--incrmental_sync', '--autocomplete_no_prefix'] \ }