Closed Luxni closed 1 year ago
It seems like you forgot to set
filetype plugin on
in your .vimrc
The error message is clear here in what you should do.
It seems like you forgot to set
filetype plugin on
in your .vimrcThe error message is clear here in what you should do.
It not working.
Plugins will be lazy-loaded, when It has keys
key.
https://github.com/folke/lazy.nvim?tab=readme-ov-file#lazy-loading
so I set the key lazy = false
, It's working when keys
exists.
doge has some problems on lazy-loaded.
install use lazyvim :
when call the 'DogeGenerate'
but when you comment keys code is working:
what's wrong with me?