We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66fd02a commit e6c7ddaCopy full SHA for e6c7dda
1 file changed
lsp/fortls.lua
@@ -22,6 +22,6 @@ return {
22
'--use_signature_help',
23
},
24
filetypes = { 'fortran' },
25
- root_markers = { '.fortls', '.git' },
+ root_markers = { '.fortls', '.fortlsrc', '.fortls.json', '.git' },
26
settings = {},
27
}
0 commit comments