mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 15:45:08 +00:00
Updated nvim lspconfig (markdown)
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:
|
You can customize initialization options with:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
local lspconfig = require'lspconfig'
|
local lspconfig = require('lspconfig')
|
||||||
lspconfig.ccls.setup {
|
lspconfig.ccls.setup {
|
||||||
init_options = {
|
init_options = {
|
||||||
cache = {
|
cache = {
|
||||||
|
Loading…
Reference in New Issue
Block a user