-
| I would like to have block comments like this: /*
 * print longest line - v1
 * read the input and print the longest line.
 */However I didn't find a way to do that, I've tried to do something with  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            numToStr
          
      
      
        Oct 10, 2022 
      
    
    Replies: 1 comment 3 replies
-
| Not exactly, but you can use  | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
      Answer selected by
        wesleyjrz
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Not exactly, but you can use
require'Comment.api'.insert.blockwise.eol()which will use the block comment and if you press enter then nvim make sure to insert*before every new line.