Add fortran tooling
This commit is contained in:
parent
2480494e85
commit
4bb6404009
2 changed files with 4 additions and 0 deletions
|
|
@ -437,6 +437,7 @@ require('lazy').setup({
|
|||
-- Conform can also run multiple formatters sequentially
|
||||
-- python = { "isort", "black" },
|
||||
--
|
||||
fortran = { 'fprettify' },
|
||||
},
|
||||
formatters = {
|
||||
djlint = {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue