mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-24 08:35:08 +00:00
.
parent
6d40f027ba
commit
ff65a79325
@ -23,7 +23,7 @@ call plug#end()
|
|||||||
nvim +PlugInstall +UpdateRemotePlugins +qa
|
nvim +PlugInstall +UpdateRemotePlugins +qa
|
||||||
```
|
```
|
||||||
|
|
||||||
### /home/YOUR_USERNAME/.config/nvim/settings.json
|
`~/.config/nvim/settings.json`
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"initializationOptions": {
|
"initializationOptions": {
|
||||||
@ -32,7 +32,7 @@ nvim +PlugInstall +UpdateRemotePlugins +qa
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### /home/YOUR_USERNAME/.config/nvim/init.vim
|
`~/.config/nvim/init.vim`
|
||||||
```vim
|
```vim
|
||||||
let g:LanguageClient_serverCommands = {
|
let g:LanguageClient_serverCommands = {
|
||||||
\ 'cpp': ['ccls', '--log-file=/tmp/cq.log'],
|
\ 'cpp': ['ccls', '--log-file=/tmp/cq.log'],
|
||||||
|
Loading…
Reference in New Issue
Block a user