Giter Site home page Giter Site logo

Comments (6)

roxma avatar roxma commented on August 16, 2024

Current implementation respect the :tagfiles() results.

func! ncm2_tagprefix#on_complete(ctx)
    call g:ncm2_tagprefix#proc.try_notify('on_complete', a:ctx, getcwd(), tagfiles())
endfunc

You should probably configure the :help 'tags' option.

from ncm2-tagprefix.

kristijanhusak avatar kristijanhusak commented on August 16, 2024

I'm not exactly sure what can i do with the tags here? You mean set up the sorting so i get the proper file path, or there's way to hide file path? I don't see anything in help for that.

from ncm2-tagprefix.

roxma avatar roxma commented on August 16, 2024

Maybe I have misunderstood your description.

Do you mean you want to show the TaxRepository in the popup menu only?

from ncm2-tagprefix.

kristijanhusak avatar kristijanhusak commented on August 16, 2024

Yes, i want to see only TaxRepository [#].

from ncm2-tagprefix.

roxma avatar roxma commented on August 16, 2024

You could write a filter to empty the menu field of the matches

A filter implementation example: https://github.com/ncm2/ncm2/blob/master/pythonx/ncm2_filter/same_word.py

Place the file into the {rtp}/pythonx/ncm2_filter/ directory, the change the ncm2-tagprefix config to apply the filter:

let g:ncm2_tagprefix#source = {'filter': "no_menu"}

from ncm2-tagprefix.

kristijanhusak avatar kristijanhusak commented on August 16, 2024

Ok, thanks!

from ncm2-tagprefix.

Related Issues (4)

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.