Added opencl

This commit is contained in:
Jan 2026-04-19 17:05:42 +02:00
parent 759c8227c2
commit 95a4d7c07d
1 changed files with 5 additions and 1 deletions

View File

@ -702,6 +702,10 @@ require('lazy').setup({
}, },
}, },
}, },
opencl_ls = {
filetypes = { 'opencl', 'cl' },
},
} }
-- Ensure the servers and tools above are installed -- Ensure the servers and tools above are installed
@ -833,7 +837,7 @@ require('lazy').setup({
-- --
-- All presets have the following mappings: -- All presets have the following mappings:
-- <tab>/<s-tab>: move to right/left of your snippet expansion -- <tab>/<s-tab>: move to right/left of your snippet expansion
-- <c-space>: Open menu or open docs if already open -- <c-space>: cpen menu or open docs if already open
-- <c-n>/<c-p> or <up>/<down>: Select next/previous item -- <c-n>/<c-p> or <up>/<down>: Select next/previous item
-- <c-e>: Hide menu -- <c-e>: Hide menu
-- <c-k>: Toggle signature help -- <c-k>: Toggle signature help