Skip to content

Commit

Permalink
Merge pull request jc-doyle#6 from TudorAndrei/master
Browse files Browse the repository at this point in the history
Include rmarkdown filetype
  • Loading branch information
jc-doyle authored Apr 20, 2022
2 parents 13e6c08 + e4f55bc commit 2c808df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/cmp-pandoc-references/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ end

-- Add another filetype if needed
source.is_available = function()
return vim.o.filetype == 'pandoc' or vim.o.filetype == 'markdown'
return vim.o.filetype == 'pandoc' or vim.o.filetype == 'markdown' or vim.o.filetype == 'rmd'
end

source.get_keyword_pattern = function()
Expand Down

0 comments on commit 2c808df

Please sign in to comment.