diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins.lua | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index ce3a2f6..e6c54db 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -44,8 +44,7 @@ return require("packer").startup(function(use)  	-- Coc  	use {  		"neoclide/coc.nvim", -		-- Commit where inlay hints work without Neovim 0.10+ -		commit = "3dc6153a85ed0f185abec1deb972a66af3fbbfb4", +		commit = "5fdf3d6bdbefbd04bed82a4e605d5952024dd25b",  		run = "npm install"  	}  	-- Coc end  | 
