Added opencl
This commit is contained in:
parent
759c8227c2
commit
95a4d7c07d
6
init.lua
6
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:
|
||||
-- <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-e>: Hide menu
|
||||
-- <c-k>: Toggle signature help
|
||||
|
|
|
|||
Loading…
Reference in New Issue