From cb97b693c0adc0d62d991f0046b27db4827de7ad Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 13 Aug 2022 21:58:13 +0100 Subject: [PATCH] docs: made it link to the GitHub repo --- website/source/_daily_emails/i-wrote-a-neovim-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/_daily_emails/i-wrote-a-neovim-plugin.md b/website/source/_daily_emails/i-wrote-a-neovim-plugin.md index fb177570..777a85ac 100644 --- a/website/source/_daily_emails/i-wrote-a-neovim-plugin.md +++ b/website/source/_daily_emails/i-wrote-a-neovim-plugin.md @@ -43,4 +43,4 @@ As it's my first Neovim plugin, I decided to keep it simple. The main `toggle-checkbox.lua` file is currently only 41 lines of code, and whilst there is an existing Vim plugin that I could have used, I was excited to write my own plugin for Neovim, to start contributing to the Neovim ecosystem, and add a Neovim plugin to my portfolio of open-source projects. -You can view the plugin at https://github.com/opdavies/toggle-checkbox.nvim, as well as my Neovim configuration (which is also written in Lua) as part of [my Dotfiles repository](https://github.com/opdavies/dotfiles/tree/main/roles/neovim/files). +You can view the plugin at , as well as my Neovim configuration (which is also written in Lua) as part of [my Dotfiles repository](https://github.com/opdavies/dotfiles/tree/main/roles/neovim/files).