Pedro Sanchez

Results 58 comments of Pedro Sanchez

`is_loaded` is never set to true ![image](https://user-images.githubusercontent.com/30637426/174323345-0d1ed9e9-b021-48a8-87d4-c4ba76f793e3.png)

Oh forget that part, I mistook the search, but the problem is here I think, because it will return without running the rest of the code https://github.com/vuki656/package-info.nvim/blob/45e409c69063a057250833a747e52e2ff00dd722/lua/package-info/actions/show.lua#L13-L17

@ecosse3 do you have the latest version of this plugin?

@vuki656 In my case it literally does nothing, it doesn't even show a message since you refactored the code.

Oh sorry, I didn't know there was an issue template, if you create an issue from this button it does not show any template ![image](https://user-images.githubusercontent.com/30637426/167048308-ce857903-75b5-4033-b4a3-e4311638fea7.png) Could I ask, what does...

Selene is faster than luacheck and sumneko-lua diagnostics, it's fully customizable, it has many options, it is maintained, luacheck is not maintained, sumneko is not customizable.

I checked `vim-plug` `:PlugDiff` It runs this command for every plugin directory: `git log --graph --color=never --pretty=format:%x01%h%x01%d%x01%s%x01%cr HEAD@{1}..` I just went into a **plugin directory** in `~/.local/share/nvim/site/pack/packer/start/` and ran that...

I think this should be marged, I checked this out and it's working. But I don't know to much about the `clipboard` option in vim I only use `unnamedplus`

> Just wrap it in async function and then call the function. Node does not support top-level await (unlike Deno). ```typescript import type { Config } from "drizzle-kit"; import {...

I believe it should be nullable unless we explicitly set `.notNull()`.