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
|
-- Conform can also run multiple formatters sequentially
|
||||||
-- python = { "isort", "black" },
|
-- python = { "isort", "black" },
|
||||||
--
|
--
|
||||||
|
fortran = { 'fprettify' },
|
||||||
},
|
},
|
||||||
formatters = {
|
formatters = {
|
||||||
djlint = {
|
djlint = {
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,7 @@ return {
|
||||||
'goimports',
|
'goimports',
|
||||||
'gomodifytags',
|
'gomodifytags',
|
||||||
'impl',
|
'impl',
|
||||||
|
'fortls',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -216,6 +217,8 @@ return {
|
||||||
vim.lsp.enable 'cssls'
|
vim.lsp.enable 'cssls'
|
||||||
vim.lsp.enable 'jsonls'
|
vim.lsp.enable 'jsonls'
|
||||||
vim.lsp.enable 'gopls'
|
vim.lsp.enable 'gopls'
|
||||||
|
|
||||||
|
vim.lsp.enable 'fortls'
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue