From 45d25d54298434a2d5b76c330131c8ca71bd2d63 Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 30 May 2024 18:49:48 +0200 Subject: use coc.nvim version that works without Neovim 0.10.0 --- lua/plugins.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index 390fcf5..add984c 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -22,7 +22,12 @@ return require("packer").startup(function(use) } -- Coc - use {"neoclide/coc.nvim", branch = "release"} + use { + "neoclide/coc.nvim", + -- Commit where inlay hints work without Neovim 0.10+ + commit = "3dc6153a85ed0f185abec1deb972a66af3fbbfb4", + run = "npm install" + } -- Syntax & formatting use "tikhomirov/vim-glsl" -- cgit v1.2.3-18-g5258