Skip to content

Completion is not complete.... #692

Closed
@abeldekat

Description

@abeldekat

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions