PedramNavid / dbtpal

Neovim plugin for dbt
93 stars 8 forks source link

Typos in install guide #14

Closed srpwnd closed 1 year ago

srpwnd commented 1 year ago

There are two typos in your installation guide:

  1. It seems like you recently renamed your GitHub account so
use {'pdrmnvd/dbtpal',
...

should be

use {'PedramNavid/dbtpal',
...
  1. Small typo in Telescope extension:
require'telescope'.load_extension('dbt_pal')

should be

require'telescope'.load_extension('dbtpal')

This is not very big issue, just wanted to let you know about these so other users can copy-paste the config without issues :) I myself am not very efficient with neovim and it took me some time to debug this.

PedramNavid commented 1 year ago

Hey @srpwnd thanks so much for finding these! I can fix them, or if you'd like to be the first contributor, I can walk you through submitting a PR to get these fixed. If that's something you're up for, let me know and we can find a way to do that together.

srpwnd commented 1 year ago

@PedramNavid, I would love to contribute! Just didn't feel like fixing a typo in readme was worth opening a PR.

But if thats something you'd like I could get to it in the morning.

PedramNavid commented 1 year ago

Definitely worth a PR!

On Sun, Feb 26, 2023 at 1:20 PM, Pavel Jezek @.***> wrote:

@PedramNavid https://github.com/PedramNavid, I would love to contribute! Just didn't feel like fixing a typo in readme was worth opening a PR.

But if thats something you'd like I could get to it in the morning.

— Reply to this email directly, view it on GitHub https://github.com/PedramNavid/dbtpal/issues/14#issuecomment-1445470534, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH7LZTWA3OFDY75XOGUFFTWZPCLFANCNFSM6AAAAAAVIQ4I2I . You are receiving this because you were mentioned.Message ID: @.***>