aboutsummaryrefslogtreecommitdiff
path: root/Editor
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-03-27 18:44:59 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-03-27 18:44:59 +0100
commitcf14dfc8ef7801801036ee09b38aacfa630012c4 (patch)
treecaf852ae8d477199c0eecfa68228fe8beab268b1 /Editor
parentab7dba8a59115a10ade4f35d83305aff366bc827 (diff)
downloaddotfiles-cf14dfc8ef7801801036ee09b38aacfa630012c4.tar.gz
dotfiles-cf14dfc8ef7801801036ee09b38aacfa630012c4.tar.bz2
dotfiles-cf14dfc8ef7801801036ee09b38aacfa630012c4.zip
updates
Diffstat (limited to 'Editor')
-rw-r--r--Editor/vimrc80
1 files changed, 39 insertions, 41 deletions
diff --git a/Editor/vimrc b/Editor/vimrc
index 6cfe291..0a080a0 100644
--- a/Editor/vimrc
+++ b/Editor/vimrc
@@ -16,17 +16,17 @@ filetype off " required
"call vundle#end() " required
filetype plugin indent on " required
-""Syntatic settings
-"let g:syntastic_enable_perl_checker = 1
-"let g:syntastic_perl_checkers = ['perl']
-"set statusline+=%#warningmsg#
-"set statusline+=%{SyntasticStatuslineFlag()}
-"set statusline+=%*
-"
-"let g:syntastic_always_populate_loc_list = 1
-"let g:syntastic_auto_loc_list = 1
-"let g:syntastic_check_on_open = 1
-"let g:syntastic_check_on_wq = 0
+""Syntastic settings
+let g:syntastic_enable_perl_checker = 1
+let g:syntastic_perl_checkers = ['perl']
+set statusline+=%#warningmsg#
+set statusline+=%{SyntasticStatuslineFlag()}
+set statusline+=%*
+
+let g:syntastic_always_populate_loc_list = 1
+let g:syntastic_auto_loc_list = 1
+let g:syntastic_check_on_open = 1
+let g:syntastic_check_on_wq = 0
"
"
"" Ultisnips
@@ -125,33 +125,31 @@ nnoremap <Leader>w :w<CR>
" YouCompleteMe options
"
-" let g:ycm_register_as_syntastic_checker = 1 "default 1
-" let g:Show_diagnostics_ui = 1 "default 1
-"
-" "will put icons in Vim's gutter on lines that have a diagnostic set.
-" "Turning this off will also turn off the YcmErrorLine and YcmWarningLine
-" "highlighting
-" let g:ycm_enable_diagnostic_signs = 1
-" let g:ycm_enable_diagnostic_highlighting = 0
-" let g:ycm_always_populate_location_list = 1 "default 0
-" let g:ycm_open_loclist_on_ycm_diags = 1 "default 1
-"
-"
-" let g:ycm_complete_in_strings = 1 "default 1
-" let g:ycm_collect_identifiers_from_tags_files = 0 "default 0
-" let g:ycm_path_to_python_interpreter = '' "default ''
-"
-"
-" let g:ycm_server_use_vim_stdout = 0 "default 0 (logging to console)
-" let g:ycm_server_log_level = 'info' "default info
-"
-"
-" let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py' "where to search for .ycm_extra_conf.py if not found
-" let g:ycm_confirm_extra_conf = 0
-"
-"
-" let g:ycm_goto_buffer_command = 'same-buffer' "[ 'same-buffer', 'horizontal-split', 'vertical-split', 'new-tab' ]
-" let g:ycm_filetype_whitelist = { '*': 1 }
-" let g:ycm_key_invoke_completion = '<C-Space>'
-"
-"
+ let g:ycm_register_as_syntastic_checker = 1 "default 1
+ let g:Show_diagnostics_ui = 1 "default 1
+
+ "will put icons in Vim's gutter on lines that have a diagnostic set.
+ "Turning this off will also turn off the YcmErrorLine and YcmWarningLine
+ "highlighting
+ let g:ycm_enable_diagnostic_signs = 1
+ let g:ycm_enable_diagnostic_highlighting = 0
+ let g:ycm_always_populate_location_list = 1 "default 0
+ let g:ycm_open_loclist_on_ycm_diags = 1 "default 1
+
+
+ let g:ycm_complete_in_strings = 1 "default 1
+ let g:ycm_collect_identifiers_from_tags_files = 0 "default 0
+ let g:ycm_path_to_python_interpreter = '' "default ''
+
+
+ let g:ycm_server_use_vim_stdout = 0 "default 0 (logging to console)
+ let g:ycm_server_log_level = 'info' "default info
+
+
+ let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py' "where to search for .ycm_extra_conf.py if not found
+ let g:ycm_confirm_extra_conf = 0
+
+
+ let g:ycm_goto_buffer_command = 'same-buffer' "[ 'same-buffer', 'horizontal-split', 'vertical-split', 'new-tab' ]
+ let g:ycm_filetype_whitelist = { '*': 1 }
+ let g:ycm_key_invoke_completion = '<C-Space>'