Replies: 3 comments 1 reply
-
Hello @jsatk, Interpreting your question, I assume you setup LazyVim using its starter package. The following does not look right:
See this warning
LazyVim sets the mapleader in its
I hope I understood your setup correctly. Let me know otherwise. |
Beta Was this translation helpful? Give feedback.
-
@abeldekat you're very kind. I was mixing up instructions from multiple places. This almost totally fixes it. The leader still isn't set correctly on the startup/splash screen. But everywhere else it is. I can live with that. Thank you very much for the kind response. |
Beta Was this translation helpful? Give feedback.
-
I'm having the same issue. I can't remap the leaderkey. It's always space even though I'm doing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I added
vim.g.mapleader = ","
right beforerequire('config.lazy')
. And yet my leader is still<space>
. Yes I've read the docs on LazyVim and its starter package extensively and combed the issues. Cannot find how to simply change my leader key.Beta Was this translation helpful? Give feedback.
All reactions