lspkind-nvim
This tiny plugin adds vscode-like pictograms to neovim built-in lsp:
nvim-compe, vim-vsnip, vim-vsnip-integ, one-nvim
Configuration
Wherever you configure lsp put the following lua command:
-- commented options are defaults
require('lspkind').init({
-- with_text = true,
-- symbol_map = {
-- Text = '',
-- Method = 'ƒ',
-- Function = '',
-- Constructor = '',
-- Variable = '',
-- Class = '',
-- Interface = 'ﰮ',
-- Module = '',
-- Property = '',
-- Unit = '',
-- Value = '',
-- Enum = '了',
-- Keyword = '',
-- Snippet = '',
-- Color = '',
-- File = '',
-- Folder = '',
-- EnumMember = '',
-- Constant = '',
-- Struct = ''
-- },
})