https://github.com/offamitkumar/cpp-keyword-dictionary
A dictionary of cpp keyword/function. You can set path to this file in vim to get some help in auto-completion.
https://github.com/offamitkumar/cpp-keyword-dictionary
cpp cpp-keyword cpp11 cpp14 cpp17 dictionary keyword vim vim-configuration workflow
Last synced: 2 months ago
JSON representation
A dictionary of cpp keyword/function. You can set path to this file in vim to get some help in auto-completion.
- Host: GitHub
- URL: https://github.com/offamitkumar/cpp-keyword-dictionary
- Owner: offamitkumar
- Created: 2020-05-23T04:11:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T03:43:29.000Z (about 6 years ago)
- Last Synced: 2025-07-30T06:18:50.620Z (11 months ago)
- Topics: cpp, cpp-keyword, cpp11, cpp14, cpp17, dictionary, keyword, vim, vim-configuration, workflow
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cpp-dict
A dictionary of cpp keyword/function. You can set path to this file in vim to get some help in auto-completion.
I know I can use some plugin to do same work but I don't like bloating vim at all.
Installation:
Just add this file to your vimrc as:
```
set dictionary=file-location-on-your-system/cpp-words
```
click [here](https://github.com/offamitkumar/dot_files/blob/5bcc08d5271aa9f544c023ced5ac3e2068f1e0dd/.vimrc#L6) to see my config.
__change file location if you didn't cloned this repo in you home directory__
Suggestions and Improvements are always Welcomed.