nvim-lua / kickstart.nvim

A launch point for your personal nvim configuration
MIT License
16.69k stars 16.61k forks source link

Initialization problem #949

Closed cloyop closed 1 month ago

cloyop commented 1 month ago

Screenshot 2024-05-24 090359

Gabocota commented 1 month ago

Exact same problem. image

SahilAli3628 commented 1 month ago

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

cloyop commented 1 month ago

Yes, its was that. thanks!

cloyop commented 1 month ago

My version was too old