We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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'] \ }