Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafcamlet/coc-nvim-lua
Simple neovim lua completion source for coc.nvim
https://github.com/rafcamlet/coc-nvim-lua
Last synced: 4 months ago
JSON representation
Simple neovim lua completion source for coc.nvim
- Host: GitHub
- URL: https://github.com/rafcamlet/coc-nvim-lua
- Owner: rafcamlet
- Created: 2020-06-17T23:37:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T17:19:58.000Z (over 3 years ago)
- Last Synced: 2024-05-22T17:36:05.982Z (6 months ago)
- Language: Lua
- Homepage:
- Size: 1.53 MB
- Stars: 29
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coc-nvim-lua
Simple neovim lua completion source for coc.nvim!This plugin reads content of lua global table to create completion list. No additional tools required (beside coc.nvim of course :D)
![Luapad print gif](/gifs/coc-nvim-lua.gif)
### WIP
It is still under development. Currently, it's working fine... if you are using dot notation and don't make brakes between dots.### Installation
With vim-plug:
```
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'rafcamlet/coc-nvim-lua'
```