-
-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Description
- vim or neovim?
- vim
- neovim
- Output of
vim --versionornvim --version: VIM - Vi IMproved 8.2 - Output of
:echo has("python"): 0 - Output of
:echo has("python3"): 1 - Output of
:echo &pythondll(only vim, not neovim): python27.dll - Output of
:echo &pythonthreedll(only vim, not neovim): python310.dll - Output of
:py print(sys.version): Could not load library python27.dll - Output of
:py3 print(sys.version): 3.10.1 - Operating system:
- Linux
- Mac OS X
- Windows
- Etc.
- Configurations related to LeaderF in vimrc:
let g:Lf_NormalMap = {"_": [["<CR>", "<C-o>"], ["<C-V>", "<C-i>"], ["<C-]>", "<C-v>"]]}
Describe your question, feature request, or bug.
I am trying to customize the mappings of the plugin as it is described in the help document (see my current configuration above). However, the setting doesn't work. Am I doing something wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels