blob: 2a848258b51c85ffd44a2b71da2235e064f679b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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";
```
|