summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-10-29 19:14:51 +0100
committerHampusM <hampus@hampusmat.com>2024-10-29 19:14:51 +0100
commit6c2480e9e4178b1904f422d425a0a9def1365350 (patch)
treec90a6eba2e484c8808a8987be3263879ee6599d1
parentf59bcfe16039e2c0e5c26eb4002e01924a1c2727 (diff)
update coc.nvim
-rw-r--r--lua/plugins.lua3
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