Hello everyone! I made a simple lua plugin for making working with Fortran and it’s ecosystem of tools easier.
Quoting from the README.md
for it’s features
- Sets up
fortls
for you without any further configuration (customizable as well)- Integrates with
fpm
and provides a number of User Commands such asFpmRun
,FpmBuild
to run from within neovim instance- Integrates with
fprettify
and provides a commandFpmFormat
to format the whole document according to your options provided- optionally also sets up an autocmd to format the document on save
- Sets the
filetype
offypp
files as appropriately, enabling the use of syntax highlighting and language server on such files.
It is quite new so I am not sure where I might’ve messed up, So Feature suggestions and Bug Reports are very much welcome!
Do try it out, and let me know what you think!