Skip to content

Commit 97ecc88

Browse files
committed
fix(nvim): cmp lsp icon
1 parent 7cb085a commit 97ecc88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.config/nvim/after/plugin/lsp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ vim.api.nvim_create_autocmd('InsertEnter', {
5555
format = function(entry, item)
5656
return vim.tbl_extend('force', item, {
5757
menu = ({
58-
nvim_lsp = '',
58+
nvim_lsp = '🗲',
5959
luasnip = '',
6060
buffer = '',
6161
path = '/',

0 commit comments

Comments
 (0)