neovim: fix typo

This commit is contained in:
Hoang Nguyen 2021-07-21 21:38:45 +03:00
parent 7a4a5bdeb1
commit b0d2122117
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ wk.register({
c = {':ColorizerToggle<CR>', 'Colorizer'},
d = {':bdelete<CR>', 'Close buffer'},
j = {':BufferLineCyclePrev<CR>', 'Previous buffer'},
k = {':BufferLineCycleNext<CR>', 'Previous buffer'},
k = {':BufferLineCycleNext<CR>', 'Next buffer'},
n = {':DashboardNewFile<CR>', 'New file'},
z = {':ZenMode<CR>', 'Zen mode'}
},

View File

@ -322,7 +322,7 @@ return require('packer').startup(
end
}
use {
'kristijanhusak/orgmode.nvim', -- shouldn't be lazy-loaded (otherwise keybindings don't work)
'kristijanhusak/orgmode.nvim', -- shouldn't be lazy-loaded (otherwise bindings don't work)
config = function()
require('modules.org')
end