summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/files/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/files/vimrc b/vim/files/vimrc
index c79c016..a7b5da3 100644
--- a/vim/files/vimrc
+++ b/vim/files/vimrc
@@ -108,7 +108,7 @@ if dein#tap('vim-lsp')
\ 'name': 'ccls',
\ 'cmd': {server_info->['ccls']},
\ 'root_uri': {server_info->lsp#utils#path_to_uri(lsp#utils#find_nearest_parent_file_directory(lsp#utils#get_buffer_path(), 'compile_commands.json'))},
- \ 'initialization_options': {'cache': {'directory': '/tmp/ccls/cache' }},
+ \ 'initialization_options': {'cache': {'directory': '/var/tmp/ccls/cache' }},
\ 'whitelist': ['c', 'cpp', 'objc', 'objcpp'],
\ })
endif