Giter Site home page Giter Site logo

Comments (8)

Dynge avatar Dynge commented on July 29, 2024 1

Hi @mjacobus. Very glad to hear you like the plugin.

I thought about adding that feature as well. I think it can be accomplished quite easily by adding an extra option or field to items.lua.

But youre very welcome to share your thoughts on a potential solution.

Thanks a lot.

from gitmoji.nvim.

Dynge avatar Dynge commented on July 29, 2024 1

Closing the issue - assuming it works for you. 😁

from gitmoji.nvim.

mjacobus avatar mjacobus commented on July 29, 2024 1

You assumed correctly. 😄

Thank you so much 🙇🏻

from gitmoji.nvim.

Dynge avatar Dynge commented on July 29, 2024 1

Thats good to hear!

from gitmoji.nvim.

Dynge avatar Dynge commented on July 29, 2024

@mjacobus I've added the functionality. Please checkout the README to see how to activate the functionality :)

Let me know if theres any trouble with it.
Thanks for the suggestion!

from gitmoji.nvim.

mjacobus avatar mjacobus commented on July 29, 2024

@Dynge that is so awesome, thank you very much!

It was not very clear to me though, how to set that up. I see by the code I should use complete_as = text, but I am not quite sure where to place it.

Should it be?

  require("gitmoji").setup({
    completion = {
      complete_as = "text"
    }
  })

Or...

require("cmp").setup({
  sources = {
    { 
      name = 'gitmoji',
      opts = {
....
    }
  })
})

from gitmoji.nvim.

Dynge avatar Dynge commented on July 29, 2024
  require("gitmoji").setup({
    completion = {
      complete_as = "text"
    }
  })

This should do it. 😃

from gitmoji.nvim.

Dynge avatar Dynge commented on July 29, 2024

Thanks for the feedback. Ill update the readme to hopefully make it clearer

from gitmoji.nvim.

Related Issues (1)

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.