Skip to content

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

License

Notifications You must be signed in to change notification settings

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

No packages published

Languages