Add fortran tooling

This commit is contained in:
Maximilian Friedersdorff 2025-10-23 13:59:01 +01:00
parent 2480494e85
commit 4bb6404009
2 changed files with 4 additions and 0 deletions

View file

@ -437,6 +437,7 @@ require('lazy').setup({
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
--
fortran = { 'fprettify' },
},
formatters = {
djlint = {

View file

@ -32,6 +32,7 @@ return {
'goimports',
'gomodifytags',
'impl',
'fortls',
},
},
},
@ -216,6 +217,8 @@ return {
vim.lsp.enable 'cssls'
vim.lsp.enable 'jsonls'
vim.lsp.enable 'gopls'
vim.lsp.enable 'fortls'
end,
}