From 17f75da318463df8c7275aa3a6151c95809932eb Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Tue, 5 Nov 2024 11:32:11 +0000 Subject: [PATCH] Load coc-powershell --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 6f83293..d1c9b51 100644 --- a/vimrc +++ b/vimrc @@ -273,6 +273,7 @@ end if has('nvim') set mouse=nv + let g:coc_global_extensions=['coc-powershell'] end if has('patch-7.3.541')