Skip to content

Commit

Permalink
style(nvim): format
Browse files Browse the repository at this point in the history
  • Loading branch information
meatcar committed Nov 6, 2023
1 parent 58892b6 commit e497242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home-manager/modules/neovim/nvim/lua/plugins/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ return {
event = me.o.events.verylazy,
version = false,
keys = {
{ "[", "<Cmd>WhichKey [<CR>"},
{ "]", "<Cmd>WhichKey ]<CR>"},
{ "[", "<Cmd>WhichKey [<CR>" },
{ "]", "<Cmd>WhichKey ]<CR>" },
{ "[<Tab>", "<Cmd>tabprevious<CR>" },
{ "]<Tab>", "<Cmd>tabnext<CR>" },
},
Expand Down

0 comments on commit e497242

Please sign in to comment.