Skip to content

Cpoing/microscope.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microscope.nvim

Quickly look into or edit declarations of functions, variables, and more through a floating window

image

Install

{
    "Cpoing/microscope.nvim",
    cmd = "MicroscopePeek",
    keys = {
        { "<leader>r", ":MicroscopePeek<CR>", desc = "Peek definition" },
    },
    config = function()
        require("microscope")
    end,
},

Usage

<leader>r - opens a floating window of the declaration of what your cursor is on

About

Floating LSP definition viewer for Neovim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages