Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 405 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 405 Bytes

cmp-doxygen

cmp-doxygen is an nvim-cmp source for doxygen keywords. It triggers after typing @.

Installation

  use {
    "paopaol/cmp-doxygen",
    requires = {
      "nvim-treesitter/nvim-treesitter",
      "nvim-treesitter/nvim-treesitter-textobjects"
    }
  }

Setup

require "cmp".setup { sources = { { name = "doxygen" } } }