Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T13:02:54.000Z (over 2 years ago)
- Last Synced: 2024-10-31T20:07:23.356Z (3 months 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
[![Format](https://github.com/JafarAbdi/cmp-conan/actions/workflows/formant.yaml/badge.svg)](https://github.com/JafarAbdi/cmp-conan/actions/workflows/formant.yaml)nvim-cmp source for conan package recipes.
![Peek 2022-09-11 12-01](https://user-images.githubusercontent.com/16278108/189520355-ad6764f9-5657-4f57-8a04-481d41ed663f.gif)
## Setup
```lua
require'cmp'.setup {
sources = {
{ name = 'conan_recipes' }
}
}
```