Skip to content

Commit

Permalink
Fixes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
beauwilliams authored Sep 11, 2021
1 parent e7fb73f commit eda0972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Details below and code snippets are in the readme to get you started.
use {'beauwilliams/focus.nvim', config = require("focus").setup()}
-- Or lazy load with `module` option. See further down for info on how to lazy load when using FocusSplit commands
-- Or lazy load this plugin by creating an arbitrary command using the cmd option in packer.nvim
-- Please note if you lazy load with command :FocusToggle, it will load focus, but will toggle it off initially. See #34
-- use { 'beauwilliams/focus.nvim', cmd = "FocusSplitNicely", module = "focus",
-- config = function()
-- require("focus").setup({hybridnumber = true})
Expand Down

0 comments on commit eda0972

Please sign in to comment.