Skip to content

Commit

Permalink
Lazy Load with packer.nvim on Org filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh authored Jul 6, 2021
1 parent 2992cf8 commit 0de8c96
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ packager.add('kristijanhusak/orgmode.nvim')
- [packer.nvim](https://github.com/wbthomason/packer.nvim)

```lua
use {'kristijanhusak/orgmode.nvim', config = function()
require('orgmode').setup{}
end
}
use {'kristijanhusak/orgmode.nvim',
ft = {'org'},
config = function()
require('orgmode').setup{}
end
}
```

- [vim-plug](https://github.com/junegunn/vim-plug)
Expand Down

0 comments on commit 0de8c96

Please sign in to comment.