Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'
```