From f2dedf6e3eafb8c702dc10c4c3418e2e2786a7c7 Mon Sep 17 00:00:00 2001
From: Heath Nail <sitedyno@gmail.com>
Date: Mon, 11 Jul 2022 10:40:22 -0400
Subject: [PATCH] Remove reference to wiki that doesn't exist

Closes #3
---
 README.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/README.md b/README.md
index a9807cc..c523139 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,6 @@ Kickstart targets *only* the latest stable neovim release (0.7) and the nightly.
 
 This repo is meant to be used as a starting point for a user's own configuration; remove the things you don't use and add what you miss. This configuration serves as the reference configuration for the [lspconfig wiki](https://github.com/neovim/nvim-lspconfig/wiki).
 
-See the [wiki](https://github.com/nvim-lua/kickstart.nvim/wiki) for additional tips, tricks, and recommended plugins.
-
 ### Installation
 * Backup your previous configuration
 * Copy and paste the kickstart.nvim `init.lua` into `$HOME/.config/nvim/init.lua`