Skip to content

Commit

Permalink
fix duplicate info on lsp neovim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ivam3 committed Jul 31, 2024
1 parent f97ac38 commit 6062c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified .deb/home/.config/nvim.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions .deb/home/.config/nvim/lua/plugins/lsp-zero.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ window = {
documentation = cmp.config.window.bordered()
},
-- Lista que controla el orden en el que aparecen los elementos de un item.
formatting = {
fields = {'menu', 'abbr', 'kind'}
},
-- formatting = {
-- fields = {'menu', 'abbr', 'kind'}
-- },
-- icon basado en el nombre de la fuente
formatting = {
fields = {'menu', 'abbr', 'kind'},
Expand Down

0 comments on commit 6062c1a

Please sign in to comment.