Code Monkey home page Code Monkey logo

Comments (15)

hrsh7th avatar hrsh7th commented on July 30, 2024 3

I have below code in my formatting.format function.

        vim_item.menu = ({
          nvim_lsp = '[LSP]',
          buffer = '[Buf]',
        })[entry.source.name]

from nvim-cmp.

hrsh7th avatar hrsh7th commented on July 30, 2024

It seems to cause by deprecated strike through.
I think it's related to your using fonts. I will disable it by default.

The correct case is here.
スクリーンショット 2021-08-24 14 41 06

The table.move method is not available in LuaJIT so sumneko_lua mark it as deprecated.

from nvim-cmp.

uga-rosa avatar uga-rosa commented on July 30, 2024

I see. Thank you for the response!

from nvim-cmp.

siduck avatar siduck commented on July 30, 2024

@hrsh7th how did you get the [LSP] text in the completion menu? I added lspkind to formatting but I just get the icons 😞

image

from nvim-cmp.

siduck avatar siduck commented on July 30, 2024

I have below code in my formatting.format function.

        vim_item.menu = ({
          nvim_lsp = '[LSP]',
          buffer = '[Buf]',
        })[entry.source.name]

cool that works , Btw how do I add the completion item type too? cmp by default adds the type text to the item like "Function" "variable" etc but after adding lspkind it doesnt show that ;

image

compe :

image

from nvim-cmp.

hrsh7th avatar hrsh7th commented on July 30, 2024

Try this.

        vim_item.kind = lspkind.presets.default[vim_item.kind] .. ' ' .. vim_item.kind

from nvim-cmp.

siduck avatar siduck commented on July 30, 2024

thanks that worked.

from nvim-cmp.

hrsh7th avatar hrsh7th commented on July 30, 2024

@uga-rosa I've introduced formatting.deprecated option (sorry. But it is true by default).

You can set formatting.deprecated = false to solve this.

from nvim-cmp.

uga-rosa avatar uga-rosa commented on July 30, 2024

Solved. Thx!!

from nvim-cmp.

rhcher avatar rhcher commented on July 30, 2024

I would like to know which font you are using @hrsh7th 🤣

from nvim-cmp.

hrsh7th avatar hrsh7th commented on July 30, 2024

I'm using JetBrainsMono NerdFont Medium with iTerm2 on Mac OS.

from nvim-cmp.

rhcher avatar rhcher commented on July 30, 2024

Hi, I also use JetBrainsMono NF but with windows terminal. cmp seems to add a new special Unicode character after each character to achieve the strikethrough effect, And my deprecated strikethrough looks like that😭:

image

However, windows terminal is suppoted this kind of strikethrough:

image

Can this effect be achieved in cmp?

from nvim-cmp.

Shougo avatar Shougo commented on July 30, 2024

I have seen the issue in other issues...

from nvim-cmp.

hrsh7th avatar hrsh7th commented on July 30, 2024

OK. I will change deprecate indicator default value.

from nvim-cmp.

LimbicSys avatar LimbicSys commented on July 30, 2024

图片
I have the same problem with @rhcher. But the strikethrough can be shown properly in neovim when use Windows Terminal.

from nvim-cmp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.