From 04ea11ad5382c29ff40102302ed99857f9ea0d00 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 4 Feb 2021 22:28:58 -0500 Subject: [PATCH] Run vim-easytags asynchronously --- vim/config/plugins/vim-easytags.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/config/plugins/vim-easytags.vim b/vim/config/plugins/vim-easytags.vim index 7cd66a2..8f07e47 100644 --- a/vim/config/plugins/vim-easytags.vim +++ b/vim/config/plugins/vim-easytags.vim @@ -27,3 +27,6 @@ else let g:easytags_auto_update = 1 let g:easytags_auto_highlight = 1 endif + +"run asynchronously +let g:easytags_async = 1