Skip to content

Search through a local copy of cppreference with fzf and open it in your web browser.

License

Notifications You must be signed in to change notification settings

Xertes0/cppdoc.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cppdoc.nvim

Allows you to quickly search through a local copy of cppreference documentation with fzf fuzzy finder, and open it in your web browser.

The html files are automatically fetched and indexed from cppreference-doc GitHub repository. The archive weights about 5MiB.

images/showcase.png

Configuration

With packer.nvim:

use {
    "Xertes0/cppdoc.nvim",
    config = function()
        require("cppdoc").setup()
    end
}

Then you can map a key to use it:

vim.keymap.set("n", "<leader>dc", ":lua require('cppdoc').open()<CR>")

About

Search through a local copy of cppreference with fzf and open it in your web browser.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages