diff options
author | Karel Kočí <cynerd@email.cz> | 2016-10-12 22:45:46 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-10-12 22:45:46 +0200 |
commit | b17cad80bfaf348ce805868dc4b35211a4c32906 (patch) | |
tree | a4b9b3001fc34873a2d351cf3ebd2d253ab35c83 | |
parent | 3292431be4912793435819d40d7ba154deacc096 (diff) | |
download | myconfigs-b17cad80bfaf348ce805868dc4b35211a4c32906.tar.gz myconfigs-b17cad80bfaf348ce805868dc4b35211a4c32906.tar.bz2 myconfigs-b17cad80bfaf348ce805868dc4b35211a4c32906.zip |
vimrc update name of ycm config file
-rw-r--r-- | vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 <F11> :call LangToggle()<cr> " 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" |