Git Product home page Git Product logo

Comments (6)

SaraSmiseth avatar SaraSmiseth commented on July 17, 2024 2

I have the same issue.
Setting marker_padding to false does not solve it for me because I actually want the space between marker and comment.

Toggling the following two comments

--local test = 0
-- local test = 0

should uncomment both:

local test = 0
local test = 0

And toggling again should give me:

-- local test = 0
-- local test = 0

Is this somehow possible?

from nvim-comment.

tkkcc avatar tkkcc commented on July 17, 2024 1

same issue as @SaraSmiseth, kommentary and vim-commentary does it correct.

from nvim-comment.

terrortylor avatar terrortylor commented on July 17, 2024

I'm unable to replicate this issue, can you see if it still persists when you are using latest commit and you load a file with:
vi -u NONE <SOME FILE GOES HERE> -c "packadd nvim-comment | lua require('nvim_comment').setup()"
Note that this assumes that you plugin is in the 'opt' directory and usings vim's default package manager stucture.

from nvim-comment.

 avatar commented on July 17, 2024

Yep, it still happens.

from nvim-comment.

terrortylor avatar terrortylor commented on July 17, 2024

from nvim-comment.

 avatar commented on July 17, 2024

Oh that makes sense now, thanks!

from nvim-comment.

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.