From 5587b1deb21e8b010f1e08ed7c54925e87b7ab7b Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Mon, 20 May 2019 10:30:51 +0300 Subject: [PATCH] Tagbar impr --- nvim/init.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nvim/init.vim b/nvim/init.vim index 352bd5e..6e076e1 100644 --- a/nvim/init.vim +++ b/nvim/init.vim @@ -123,7 +123,7 @@ nnoremap "Other mappings nmap :Files :tnoremap -nmap , :lclose :pclose +nmap , :lclose :pclose :cclose "Snippets let g:UltiSnipsUsePythonVersion = 3 @@ -175,6 +175,7 @@ syntax on "let g:syntastic_check_on_open = 1 "let g:syntastic_check_on_wq = 0 +"Install: python-language-server, pylama, autopep8 let g:ale_open_list = 'on_save' let g:ale_list_window_size = 7 let g:ale_close_preview_on_insert = 1 @@ -218,6 +219,7 @@ highlight! TermCursorNC guibg=red let g:colorizer_auto_filetype='css,html,python,js' let g:tagbar_sort = 0 let g:tagbar_show_line_numbers = 1 +let g:tagbar_width = 60 "Rainbow brackets let g:rainbow_active = 1