neovim
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
neovim [2024/04/08 22:43] – Remove the snap instructions dblume | neovim [2024/09/16 20:05] (current) – [cscope] dblume | ||
---|---|---|---|
Line 59: | Line 59: | ||
Then in your init.vim, add the following snippet: | Then in your init.vim, add the following snippet: | ||
- | < | + | < |
lua << EOF | lua << EOF | ||
- | require("cscope_maps").setup() | + | |
+ | disable_maps = true, -- Mapping C-] to :Cstag < | ||
+ | -- Alternatively, | ||
+ | -- skip_input_prompt = true, | ||
+ | -- cscope = { skip_picker_for_single_result = true }, | ||
+ | }) | ||
EOF | EOF | ||
</ | </ |
neovim.txt · Last modified: 2024/09/16 20:05 by dblume