https://github.com/jafarabdi/cmp-conan
nvim-cmp source for conan package recipes
https://github.com/jafarabdi/cmp-conan
conan lua neovim nvim nvim-cmp
Last synced: 4 months ago
JSON representation
nvim-cmp source for conan package recipes
- Host: GitHub
- URL: https://github.com/jafarabdi/cmp-conan
- Owner: JafarAbdi
- License: mit
- Created: 2022-09-11T08:55:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T13:02:54.000Z (almost 4 years ago)
- Last Synced: 2025-04-06T03:45:25.731Z (about 1 year ago)
- Topics: conan, lua, neovim, nvim, nvim-cmp
- Language: Lua
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cmp-conan
[](https://github.com/JafarAbdi/cmp-conan/actions/workflows/formant.yaml)
nvim-cmp source for conan package recipes.

## Setup
```lua
require'cmp'.setup {
sources = {
{ name = 'conan_recipes' }
}
}
```