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: about 1 month 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 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-01T18:35:27.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T13:34:22.036Z (3 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`