vimf90
vimf90 copied to clipboard
This is a fortran ide for vim. It is intended to make the coding with fortran easier and faster in vim.
The last commit has broken the default mapping of vim. For example I no longer can use the 'ce' command (create executable gets triggered). I guess something went wrong with...
The plugin indents what ever is following forall-statement. However, most forall statements are just oneliners without indent. Indentation is only necessary if there is a matching end forall.
This part of the example has a few missing commas and a missing closing curly bracket ```vim let g:coc_user_config = { \ 'languageserver': { \ 'fortran': { \ 'command': '${HOME}/.local/bin/fortls',...
Hello, I seem to be having issues setting up this plugin. I'm new to VIM, so forgive me. A few notes: - On a mac - Compiled VIM with Python3...