Skip to content

How to make personal customization work? #819

Closed Answered by ayamir
LYK-love asked this question in Q&A
Discussion options

You must be logged in to vote
  1. You should change settings.lua first before you want to enable lldb.
    "codelldb", -- C-Family
  2. What keymap did you set? I guess it was caused by you set a keymap which has been overrideed to map to another command. Because we load mapping.lua first and keymap second.

    nvimdots/lua/core/init.lua

    Lines 156 to 157 in f1125a9

    require("core.mapping")
    require("keymap")

    Check the keymap you want to set whether has been set or not: :verbose [i/n/v]map <your-keymap>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by CharlesChiuGit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants