We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759c822 commit 95a4d7cCopy full SHA for 95a4d7c
1 file changed
init.lua
@@ -702,6 +702,10 @@ require('lazy').setup({
702
},
703
704
705
+
706
+ opencl_ls = {
707
+ filetypes = { 'opencl', 'cl' },
708
+ },
709
}
710
711
-- Ensure the servers and tools above are installed
@@ -833,7 +837,7 @@ require('lazy').setup({
833
837
--
834
838
-- All presets have the following mappings:
835
839
-- <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
841
-- <c-n>/<c-p> or <up>/<down>: Select next/previous item
842
-- <c-e>: Hide menu
843
-- <c-k>: Toggle signature help
0 commit comments