feat(format): add :lang fortran formatter
This commit is contained in:
parent
12c901cf28
commit
efd5ee00ea
2 changed files with 7 additions and 2 deletions
|
@ -35,6 +35,9 @@
|
|||
:desc "build" "b" #'+fortran/build
|
||||
:desc "run" "r" #'+fortran/run)
|
||||
|
||||
(when (executable-find "fprettify")
|
||||
(set-formatter! 'fprettify '("fprettify" "-") :modes '(f90-mode fortran-mode)))
|
||||
|
||||
(when (modulep! +intel)
|
||||
(map! :map f90-mode-map
|
||||
:localleader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue