#helix #editor completion supports paths (filepaths etc). snippet completion from LSP supported inline diagnostics can be enabled with: ``` [editor] end-of-line-diagnostics = "hint"; [editor.inline-diagnostics] cursor-line = "error"; ```