diff options
-rw-r--r-- | vim/.vim/after/ftplugin/qf.vim | 1 | ||||
-rw-r--r-- | vim/.vimrc | 2 |
2 files changed, 2 insertions, 1 deletions
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 @@ -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" |