Skip to content

Commit

Permalink
docs: fix syntax in examples for installation (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
kluen authored Dec 28, 2024
1 parent 1786587 commit e5f9fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ https://github.com/Bekaboo/dropbar.nvim/assets/76579810/e8c1ac26-0321-4762-9975-
dependencies = {
'nvim-telescope/telescope-fzf-native.nvim',
build = 'make'
}
},
config = function()
local dropbar_api = require('dropbar.api')
vim.keymap.set('n', '<Leader>;', dropbar_api.pick, { desc = 'Pick symbols in winbar' })
Expand All @@ -171,7 +171,7 @@ https://github.com/Bekaboo/dropbar.nvim/assets/76579810/e8c1ac26-0321-4762-9975-
requires = {
'nvim-telescope/telescope-fzf-native.nvim',
run = 'make'
}
},
config = function ()
local dropbar_api = require('dropbar.api')
vim.keymap.set('n', '<Leader>;', dropbar_api.pick, { desc = 'Pick symbols in winbar' })
Expand Down

0 comments on commit e5f9fb9

Please sign in to comment.