Description
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
- Install kickstart in
~/.config/kickstart
NVIM_APPNAME=kickstart nvim init.lua
- type
require("cmp").s
- Result: only text completion
Desktop
- OS: Arch linux
- Terminal: Alacritty
Neovim Version
0.9.5
NVIM v0.10.0-dev-2507+g3df1211eb