We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1a8b1 commit 888e4aeCopy full SHA for 888e4ae
docs/ide.md
@@ -37,3 +37,17 @@ We recommend additionally setting the following in your `.vscode/settings.json`
37
}
38
39
```
40
+
41
+## Vim
42
43
+### LLVM/MLIR settings
44
45
+Check out the official instructions for [LLVM](https://github.com/llvm/llvm-project/blob/main/llvm/utils/vim/README)
46
+and [MLIR](https://github.com/llvm/llvm-project/blob/main/mlir/utils/vim/README)
47
+settings to enable syntax highlighting and other goodies.
48
49
+### IDE-like features
50
51
+Check out the official [documentation for
52
+`clangd`](https://releases.llvm.org/9.0.1/tools/clang/tools/extra/docs/clangd/Installation.html)
53
+to enable features like autocompletion, go to definition, etc.
0 commit comments