Skip to content

FelipeJz/code-peek.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

code-peek

Plugin for peeking at code definitions and make changes in the same window

Installation

Using Lazy

{
  "felipejz/code-peek.nvim",
 config = function()
    require("code-peek").setup({ full_file = false, context_radius = 20 })
    vim.keymap.set("n", "<leader>pp", ":CodePeek<cr>")
  end,
}

Usage

  • :CodePeek - Shows peek window for definition under the cursor
  • q closes the peek window

About

Plugin for peeking at code definitions and make changes in the same window

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages