Ecosyste.ms: Awesome

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

https://github.com/tjdevries/complextras.nvim

Some fun extenstions / extras for ins-completion in neovim
https://github.com/tjdevries/complextras.nvim

Last synced: 11 days ago
JSON representation

Some fun extenstions / extras for ins-completion in neovim

Lists

README

        

# complextras.nvim

Some fun extenstions / extras for ins-completion in neovim

Provides completion for:
- Matching lines (not exact matches)
- Exact matching lines in directory (do not have to open directory)
- Works better if ripgrep is installed.

You can

## Installation

```
Plug 'nvim-lua/plenary.nvim'
Plug 'tjdevries/complextras.nvim'
```

## Usage

You can map things like this:

```
inoremap =luaeval("require('complextras').complete_line_from_cwd()")
```

See `:help complextras`