From b17cad80bfaf348ce805868dc4b35211a4c32906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 12 Oct 2016 22:45:46 +0200 Subject: vimrc update name of ycm config file --- vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vimrc b/vimrc index addd436..b589483 100644 --- a/vimrc +++ b/vimrc @@ -25,7 +25,6 @@ set colorcolumn=82 set textwidth=82 highlight ColorColumn ctermbg=darkgray - " Tabs setting. In default we want 4 spaces tab, but allows also 8 spaced tabs set noexpandtab set tabstop=4 @@ -105,4 +104,4 @@ map :call LangToggle() " TODO check if .tags exists and alternativelly warn that it missing let g:ycm_path_to_python_interpreter="/usr/bin/python3" -let g:ycm_global_ycm_extra_conf = "~/.ycm_c_conf.py" +let g:ycm_global_ycm_extra_conf = ".ycm_conf.py" -- cgit v1.2.3