Skip to content

Commit e6c7dda

Browse files
authored
feat(fortls): alternative root_markers #4310
1 parent 66fd02a commit e6c7dda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lsp/fortls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ return {
2222
'--use_signature_help',
2323
},
2424
filetypes = { 'fortran' },
25-
root_markers = { '.fortls', '.git' },
25+
root_markers = { '.fortls', '.fortlsrc', '.fortls.json', '.git' },
2626
settings = {},
2727
}

0 commit comments

Comments
 (0)