Updated nvim lspconfig (markdown)

Anton Parkhomenko 2021-10-06 13:19:43 +03:00
parent d217a4d038
commit 9081e254ac

@ -4,7 +4,7 @@ Install [nvim-lspconfig](https://github.com/neovim/nvim-lspconfig) according to
You can customize initialization options with:
```lua
local lspconfig = require'lspconfig'
local lspconfig = require('lspconfig')
lspconfig.ccls.setup {
init_options = {
cache = {