Skip to content

Commit 8f8a7eb

Browse files
docs: Fix typo in blink.cmp configuration
Fixes #865
1 parent adfce49 commit 8f8a7eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Add the orgmode provider and enable it for =org= filetype.
5757
require('blink.cmp').setup({
5858
sources = {
5959
per_filetype = {
60-
org = {'ormode'}
60+
org = {'orgmode'}
6161
},
6262
providers = {
6363
orgmode = {
@@ -151,7 +151,7 @@ Example configuration with few of these plugins using [[https://github.com/folke
151151
require('blink.cmp').setup({
152152
sources = {
153153
per_filetype = {
154-
org = {'ormode'}
154+
org = {'orgmode'}
155155
},
156156
providers = {
157157
orgmode = {

0 commit comments

Comments
 (0)