Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Where is documentation and demo? #21

Open
theaungmyatmoe opened this issue Nov 16, 2022 · 1 comment
Open

Where is documentation and demo? #21

theaungmyatmoe opened this issue Nov 16, 2022 · 1 comment

Comments

@theaungmyatmoe
Copy link

The title say it 👻

@marvindore
Copy link

Hello thank you for creating nvim_completion it seems very interesting.

I too am looking for some instructions to use this plugin.

I am currently teaching myself Rust so I am lacking in Rust specific knowledge.
Are there instructions on how to get this plugin to work?

I forked the repo and loaded it using Packer.nvim but after running my configuration file it says cannot find module nvim_completion. Any setup steps to get this running is appreciated. Below is my config.

use { '~/home/nvim-completion', branch = 'master' }

require('nvim_completion').setup {
sources = {
lipsum = { enable = function(_buf) return true end },
lsp = { enable = true },
},
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants