Skip to content

nvim-cmp source for textDocument/documentSymbol via nvim-lsp.

Notifications You must be signed in to change notification settings

hrsh7th/cmp-nvim-lsp-document-symbol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

cmp-nvim-lsp-document-symbol

nvim-cmp source for textDocument/documentSymbol via nvim-lsp.

The purpose is the demonstration customize / search by nvim-cmp.

Kapture.2021-10-28.at.01.48.45.mp4

Setup

require'cmp'.setup.cmdline('/', {
  sources = cmp.config.sources({
    { name = 'nvim_lsp_document_symbol' }
  }, {
    { name = 'buffer' }
  })
})

About

nvim-cmp source for textDocument/documentSymbol via nvim-lsp.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages