Readme: improve readability of lua code block in setup section (#622)
This commit is contained in:
committed by
GitHub
parent
edc2a503ee
commit
fab968f735
@@ -39,7 +39,7 @@ Setup
|
|||||||
|
|
||||||
This example configuration uses `vim-plug` as the plugin manager and `vim-vsnip` as snippet plugin.
|
This example configuration uses `vim-plug` as the plugin manager and `vim-vsnip` as snippet plugin.
|
||||||
|
|
||||||
```viml
|
```lua
|
||||||
call plug#begin(s:plug_dir)
|
call plug#begin(s:plug_dir)
|
||||||
Plug 'neovim/nvim-lspconfig'
|
Plug 'neovim/nvim-lspconfig'
|
||||||
Plug 'hrsh7th/cmp-nvim-lsp'
|
Plug 'hrsh7th/cmp-nvim-lsp'
|
||||||
|
|||||||
Reference in New Issue
Block a user