hrsh7th / nvim-compe

Auto completion Lua plugin for nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin not showing completions at all

flosker opened this issue · comments

Checkhealth

https://gist.github.com/flosker/44e44351d5295db0d47775974a7eedf9

Describe the bug

Plugin not showing completions at all (First time setting up)

To Reproduce

init.lua - https://gist.github.com/flosker/8d97e37b077b005a153ee5c38c7ae4a4

Actual behavior

Completion menu not appearing for any completion type

Expected behavior

Plugin should work & show completions

Additional info

OS: Fedora 34 (Linux)
Neovim version: 0.5

@flosker I've answered on reddit.

You should add vim.opt.runtimepath = vim.opt.runtimepath + '~/.local/share/nvim/plugins/completion/after' too.