Git Product home page Git Product logo

dev-comments.nvim's People

Contributors

ram02z avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

dev-comments.nvim's Issues

Cache results table

The hashing function should take into account the opts table.

Cache will need to be invalidated on InsertCharPre for every files setting and BufAdd for all/open files setting.

Fix text when multiple tag nodes in one comment node

Since we are storing the root_node (comment node) instead of the child_node (tag node), when multiple tag nodes exist on one comment node, the text (and node range) will be of the root node not of the comment node.

Example:

-- TODO: fix FIXME: issue 

This also means that the cycle module will not work with multiple tag nodes in one comment node.
22f27a6 removes support for columns

Possible fixes:

  • Iterate through the child nodes in reverse in order to find the range between the nodes.

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.