-
To support Debug for Rust I change the content of
I modified the config for rust as such:
Then i close the nvim and the terminal emulator. When i restart nvim and use This problem is not limited to I consider it as
The problem still exists. So, I wonder when I change the lua files, how to make it work? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
settings.lua
first before you want to enablelldb
.nvimdots/lua/core/settings.lua
Line 113 in f1125a9
mapping.lua
first andkeymap
second.nvimdots/lua/core/init.lua
Lines 156 to 157 in f1125a9
Check the keymap you want to set whether has been set or not:
:verbose [i/n/v]map <your-keymap>