comment
Here are 343 public repositories matching this topic...
-
Updated
May 20, 2022 - Vim script
-
Updated
Jul 11, 2020 - Python
Current Behavior
I didn't find any way to receive a list of users' playlists, so I made a feature request.
Sample Code
await youtube.getSavedPlaylists();
{
playlists: [
title: string,
description: string,
total_items: string,
last_updated: string,
views: string,
id: string,
thumbnail: object
]
}
-
Updated
May 30, 2022 - TypeScript
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
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
May 27, 2022 - Lua
-
Updated
Mar 12, 2022 - Go
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
-
Updated
Sep 7, 2021 - PHP
-
Updated
Apr 21, 2020 - PHP
-
Updated
May 19, 2022 - C
-
Updated
Nov 18, 2021 - Go
-
Updated
Jun 29, 2018 - JavaScript
-
Updated
Feb 10, 2021 - PHP
-
Updated
Feb 22, 2021 - HTML
-
Updated
Dec 13, 2021 - Python
Improve this page
Add a description, image, and links to the comment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the comment topic, visit your repo's landing page and select "manage topics."
JS 配置如下: