disable plenary debug in github action

pull/130/head
ray-x 2 years ago
parent a06e091d68
commit a173420ed9

@ -5,7 +5,7 @@ set rtp +=../nvim-lspconfig/
runtime! plugin/plenary.vim
lua vim.fn.setenv("DEBUG_PLENARY", true)
lua vim.fn.setenv("DEBUG_PLENARY", false)
runtime! plugin/plenary.vim
runtime! plugin/nvim-treesitter.vim
runtime! plugin/playground.vim

Loading…
Cancel
Save