Skip to content

Commit 0035f03

Browse files
docs: Update lazy install to include ft
1 parent 1eb887a commit 0035f03

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Use your favourite package manager:
3333
{
3434
'nvim-orgmode/orgmode',
3535
event = 'VeryLazy',
36+
ft = { 'org' },
3637
config = function()
3738
-- Setup orgmode
3839
require('orgmode').setup({

scripts/minimal_init.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ require('lazy').setup({
2020
{
2121
'nvim-orgmode/orgmode',
2222
event = 'VeryLazy',
23+
ft = { 'org' },
2324
config = function()
2425
require('orgmode').setup()
25-
end
26+
end,
2627
},
2728
}, {
2829
root = lazy_root,

0 commit comments

Comments
 (0)