Skip to content

Commit 888e4ae

Browse files
author
mlevesquedion
authored
Add IDE instructions for Vim (#2091)
These are the main components that I use.
1 parent db1a8b1 commit 888e4ae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/ide.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,17 @@ We recommend additionally setting the following in your `.vscode/settings.json`
3737
}
3838
}
3939
```
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

Comments
 (0)