mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
neovim: fix typo
This commit is contained in:
parent
7a4a5bdeb1
commit
b0d2122117
@ -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'}
|
||||
},
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user