mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2025-02-17 18:13:03 -05:00
neovim: fix typo
This commit is contained in:
parent
7a4a5bdeb1
commit
b0d2122117
@ -124,7 +124,7 @@ wk.register({
|
|||||||
c = {':ColorizerToggle<CR>', 'Colorizer'},
|
c = {':ColorizerToggle<CR>', 'Colorizer'},
|
||||||
d = {':bdelete<CR>', 'Close buffer'},
|
d = {':bdelete<CR>', 'Close buffer'},
|
||||||
j = {':BufferLineCyclePrev<CR>', 'Previous buffer'},
|
j = {':BufferLineCyclePrev<CR>', 'Previous buffer'},
|
||||||
k = {':BufferLineCycleNext<CR>', 'Previous buffer'},
|
k = {':BufferLineCycleNext<CR>', 'Next buffer'},
|
||||||
n = {':DashboardNewFile<CR>', 'New file'},
|
n = {':DashboardNewFile<CR>', 'New file'},
|
||||||
z = {':ZenMode<CR>', 'Zen mode'}
|
z = {':ZenMode<CR>', 'Zen mode'}
|
||||||
},
|
},
|
||||||
|
@ -322,7 +322,7 @@ return require('packer').startup(
|
|||||||
end
|
end
|
||||||
}
|
}
|
||||||
use {
|
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()
|
config = function()
|
||||||
require('modules.org')
|
require('modules.org')
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user