From 82c57cb2dbbf4c29e46271200e40d6ce76d8361e Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 15 Jan 2019 22:15:53 +0100 Subject: set nowrap for quickfix list --- vim/.vim/after/ftplugin/qf.vim | 1 + vim/.vimrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 vim/.vim/after/ftplugin/qf.vim diff --git a/vim/.vim/after/ftplugin/qf.vim b/vim/.vim/after/ftplugin/qf.vim new file mode 100644 index 0000000..be44077 --- /dev/null +++ b/vim/.vim/after/ftplugin/qf.vim @@ -0,0 +1 @@ +setl nowrap diff --git a/vim/.vimrc b/vim/.vimrc index 3ea0f7c..de9aeb4 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -86,7 +86,7 @@ let g:matchup_matchparen_status_offscreen=0 " Clean let g:clean_load_cloogle_tags = 1 -let g:clean_errors_hide_libraries = +let g:clean_warnings_hide_libraries = \ [ "ArgEnv" \ , "Dynamics" \ , "GraphCopy" -- cgit v1.2.3