User Tools

Site Tools


neovim

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
neovim [2024/04/08 22:43] – Remove the snap instructions dblumeneovim [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:
  
-<file vim init.vim>+<file lua init.vim>
 lua << EOF lua << EOF
-require("cscope_maps").setup()+  require('cscope_maps').setup(
 +    disable_maps = true, -- Mapping C-] to :Cstag <cword> worse than :tag <cword> 
 +-- Alternatively, if we liked the mappings, then customise these two: 
 +--    skip_input_prompt = true, 
 +--    cscope = { skip_picker_for_single_result = true }, 
 +  })
 EOF EOF
 </file> </file>
neovim.txt · Last modified: 2024/09/16 20:05 by dblume