From 12fa2beecc25e92ea057a6c7fca5b8d69829ef48 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Thu, 4 Apr 2024 17:13:29 +0300 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47de4b9..f105a58 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Minimalistic plugin for Go development in Neovim written in Lua. -> It's **NOT** an LSP tool, the main goal of this plugin is to add go tooling support in Neovim. +It's **NOT** an LSP tool, the main goal of this plugin is to add go tooling support in Neovim. > If you want to use new and maybe undocumented, and unstable features you might use [develop](https://github.com/olexsmir/gopher.nvim/tree/develop) branch.