Skip to content

Commit

Permalink
docs: Fix typo in blink.cmp configuration
Browse files Browse the repository at this point in the history
Fixes #865
  • Loading branch information
kristijanhusak committed Jan 20, 2025
1 parent adfce49 commit 8f8a7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/plugins.org
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Add the orgmode provider and enable it for =org= filetype.
require('blink.cmp').setup({
sources = {
per_filetype = {
org = {'ormode'}
org = {'orgmode'}
},
providers = {
orgmode = {
Expand Down Expand Up @@ -151,7 +151,7 @@ Example configuration with few of these plugins using [[https://github.com/folke
require('blink.cmp').setup({
sources = {
per_filetype = {
org = {'ormode'}
org = {'orgmode'}
},
providers = {
orgmode = {
Expand Down

0 comments on commit 8f8a7eb

Please sign in to comment.