From 95a4d7c07d1f9304fd62d43960fa0e3029e2e8d5 Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 19 Apr 2026 17:05:42 +0200 Subject: [PATCH] Added opencl --- init.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 73b61cd4..46e0e43d 100644 --- a/init.lua +++ b/init.lua @@ -702,6 +702,10 @@ require('lazy').setup({ }, }, }, + + opencl_ls = { + filetypes = { 'opencl', 'cl' }, + }, } -- Ensure the servers and tools above are installed @@ -833,7 +837,7 @@ require('lazy').setup({ -- -- All presets have the following mappings: -- /: move to right/left of your snippet expansion - -- : Open menu or open docs if already open + -- : cpen menu or open docs if already open -- / or /: Select next/previous item -- : Hide menu -- : Toggle signature help