Skip to content

Using forts with vim

Chris Hansen edited this page Jul 12, 2018 · 1 revision

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']
    \ }
Clone this wiki locally