Skip to content

Instantly share code, notes, and snippets.

@aerosayan
Created August 5, 2024 20:15
Show Gist options
  • Save aerosayan/04a4d75a23c087b6a265a3cc1c33ceea to your computer and use it in GitHub Desktop.
Save aerosayan/04a4d75a23c087b6a265a3cc1c33ceea to your computer and use it in GitHub Desktop.
example fortls configuration
{
"nthreads": 4,
"notify_init": false,
"incremental_sync": false,
"recursion_limit": 1000,
"sort_keywords": false,
"disable_autoupdate": false,
"debug_log": false,
"source_dirs": ["./src/**", "./lib/ext/fmetis/src/lib/**"],
"incl_suffixes": [],
"excl_suffixes": [],
"excl_paths": ["./build/**"],
"autocomplete_no_prefix": false,
"autocomplete_no_snippets": false,
"autocomplete_name_only": false,
"lowercase_intrinsics": true,
"use_signature_help": true,
"hover_signature": true,
"hover_language": "fortran90",
"max_line_length": 132,
"max_comment_line_length": 132,
"disable_diagnostics": false,
"pp_suffixes": [],
"include_dirs": [],
"pp_defs": {},
"symbol_skip_mem": false,
"enable_code_actions": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment