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

Initialization problem

Open cloyop opened this issue 1 year ago • 1 comments

Screenshot 2024-05-24 090359

cloyop avatar May 24 '24 13:05 cloyop

Exact same problem. image

Gabocota avatar May 25 '24 20:05 Gabocota

The error you're encountering, "attempt to index field 'keymap' (a nil value)," suggests that the vim.keymap module is not available in your version of Neovim. AFAIK This module is specific to Neovim 0.7.0 and later. If you're using an older version of Neovim, it won't recognize the keymap module.

Can you please confirm the version of neovim that you are running is higher than that of 0.7.0 ? If not, can you please try upgrading it

SahilAli3628 avatar May 27 '24 07:05 SahilAli3628

Yes, its was that. thanks!

cloyop avatar May 27 '24 12:05 cloyop

My version was too old

cloyop avatar May 27 '24 12:05 cloyop