kickstart.nvim icon indicating copy to clipboard operation
kickstart.nvim copied to clipboard

Completion is not complete....

Open abeldekat opened this issue 1 year ago • 0 comments

1709574575

Describe the bug

See reddit feedback

Thanks for a new kickstart version!

I was wondering: Why has neodev.nvim been removed?

For example, when typing require("cmp").s inside init.lua, the setup method is not in the list of suggestions.

I read in this pr that neodev.nvim is not needed anymore. However, the PR addresses Neovim nightly and the usage of .luarc.json when working on the Neovim codebase.

On version 0.9.5, without a .luarc.json, I think neodev.nvim is still relevant. The plugin adds the lua path for each plugin to workspace.library, and also the types, which are now included setup in Neovim nightly.

On nightly, somehow the lua paths of the plugins need to be added for the completion experience of the previous kickstart.

To Reproduce

  1. Install kickstart in ~/.config/kickstart
  2. NVIM_APPNAME=kickstart nvim init.lua
  3. type require("cmp").s
  4. Result: only text completion

Desktop

  • OS: Arch linux
  • Terminal: Alacritty

Neovim Version

0.9.5 NVIM v0.10.0-dev-2507+g3df1211eb

abeldekat avatar Mar 04 '24 17:03 abeldekat