From 13f26a93e10cfd619a3b6a8c7603cb8733217cfd Mon Sep 17 00:00:00 2001 From: Chris Harding Date: Wed, 27 May 2026 14:05:56 -0400 Subject: [PATCH] In vimscript, " are interpreted as comments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8da172f..0608c38b 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,8 @@ use({ "elixir-tools/elixir-tools.nvim", tag = "stable", requires = { "nvim-lua/p ## vim-plug ```vimscript -Plug "nvim-lua/plenary.nvim" -Plug "elixir-tools/elixir-tools.nvim", { "tag": "stable" } +Plug 'nvim-lua/plenary.nvim' +Plug 'elixir-tools/elixir-tools.nvim', { 'tag': 'stable' } ``` # Getting Started