LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.17k forks source link

What happened to LSP's default keymappings?1 #206

Closed jeffsaremi closed 1 year ago

jeffsaremi commented 1 year ago

Or any key mappings for that matter. None of gd, gD and so on work. Instead a window pops up (with a terrible color contrast) giving us options none of which include LSP actions

ddfonseca commented 1 year ago

Change your timeoutlen to 300 to wait for a mapped sequence to complete. So, maybe it's too fast and you aren't typing g and d fast enough.

kamalkech commented 1 year ago

@ddfonseca which file that need to change timeoutlen ?

ddfonseca commented 1 year ago

@kamalkech if you follow the convention of neovim-from-scratch, it's in lua/user/options.lua

gnmearacaun commented 1 year ago

timeoutlen was increased to 300ms in #241, so closing this