https://github.com/tjdevries/complextras.nvim
  
  
    Some fun extenstions / extras for ins-completion in neovim 
    https://github.com/tjdevries/complextras.nvim
  
        Last synced: 2 days ago 
        JSON representation
    
Some fun extenstions / extras for ins-completion in neovim
- Host: GitHub
- URL: https://github.com/tjdevries/complextras.nvim
- Owner: tjdevries
- License: mit
- Created: 2021-01-01T18:15:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T18:35:27.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T23:51:08.135Z (9 months ago)
- Language: Lua
- Size: 2.93 KB
- Stars: 22
- Watchers: 3
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
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`