Fix typo and changed double quotes to single quotes for consistency (#274)

* Fix typo

* Changed double quote to single quote 

For consistency.
pull/277/head
P. Reis 1 year ago committed by GitHub
parent 735c1d4c23
commit 9ab5e63df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -42,17 +42,17 @@ Also Run `TSInstall go` to install the go parser if not installed yet.
### [vim-plug](https://github.com/junegunn/vim-plug)
```vim
Plug "nvim-treesitter/nvim-treesitter"
Plug 'nvim-treesitter/nvim-treesitter'
Plug 'neovim/nvim-lspconfig'
Plug 'ray-x/go.nvim'
Plug 'ray-x/guihua.lua' ; recommanded if need floating window support
Plug 'ray-x/guihua.lua' ; recommended if need floating window support
```
### [packer.nvim](https://github.com/wbthomason/packer.nvim)
```lua
use 'ray-x/go.nvim'
use 'ray-x/guihua.lua' -- recommanded if need floating window support
use 'ray-x/guihua.lua' -- recommended if need floating window support
use 'neovim/nvim-lspconfig'
use 'nvim-treesitter/nvim-treesitter'
```

Loading…
Cancel
Save