Skip to content

Commit 95a4d7c

Browse files
committed
Added opencl
1 parent 759c822 commit 95a4d7c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

init.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,10 @@ require('lazy').setup({
702702
},
703703
},
704704
},
705+
706+
opencl_ls = {
707+
filetypes = { 'opencl', 'cl' },
708+
},
705709
}
706710

707711
-- Ensure the servers and tools above are installed
@@ -833,7 +837,7 @@ require('lazy').setup({
833837
--
834838
-- All presets have the following mappings:
835839
-- <tab>/<s-tab>: move to right/left of your snippet expansion
836-
-- <c-space>: Open menu or open docs if already open
840+
-- <c-space>: cpen menu or open docs if already open
837841
-- <c-n>/<c-p> or <up>/<down>: Select next/previous item
838842
-- <c-e>: Hide menu
839843
-- <c-k>: Toggle signature help

0 commit comments

Comments
 (0)