The Wayback Machine - https://web.archive.org/web/20220509154443/https://github.com/topics/comment
Skip to content
#

comment

Here are 337 public repositories matching this topic...

Strange-AI
Strange-AI commented Sep 18, 2018

JS 配置如下:

 var gitalk = new Gitalk({
            clientID: '3654916*****0c0038c28',
            clientSecret: 'd90d031a*****0e0fa4c7fe2fae747b96b',
            repo: 'Strange-AI.github.io',
            owner: 'Strange-AI',
            admin: ['jinfagang', 'Strange-AI'],
            id: vm.codeId,
            distractionFreeMode: false
        });
        gitalk.render('gitalk-conta
Josiah-tan
Josiah-tan commented Apr 17, 2022

Thank you for this amazing plugin! (TJ brought me here)
I found this strange bug that happens for your plugin, but doesn't occur with Tpope's.
Write the following: (I used python for this example)

print("hello world")

When while still in insert mode write: <C-\><C-o>gcc
(<C-\><C-o>) takes you into normal mode for a single command before returning to insert mode)
expecte

help wanted good first issue
dhruvmanila
dhruvmanila commented Mar 23, 2022

I don't know if this is possible right now as I can't seem to find any relevant documentation in the README or Vim docs.

I want to have two keymaps for multiple annotation convention. For example, in Python, we have multiple conventions which can be used and a default one can be specified in the setup function. There are projects which uses numpydoc and others which uses google_docstring, s

enhancement good first issue
COMPLETED_PISCINE_C

| SCHOOL_42_UPDATE 2020 | This repository contains many versions of completed and commented out tasks for each day of the very first "Piscine C"( Program | Course | Programing | Coding | School 42 | Ecole 42 | School 21 | Школа 42 | Школа 21 ) Этот репозиторий содержит множество версий выполненных и закомментированных задач на каждый день самого первого "Бассейна по Си".

  • Updated Apr 26, 2022
  • C

Improve this page

Add a description, image, and links to the comment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the comment topic, visit your repo's landing page and select "manage topics."

Learn more