formatted code
This commit is contained in:
parent
da382b5d61
commit
4316ac84df
15 changed files with 227 additions and 230 deletions
|
|
@ -1,10 +1,9 @@
|
|||
return {
|
||||
'romgrk/barbar.nvim',
|
||||
dependencies = 'nvim-tree/nvim-web-devicons',
|
||||
config = function ()
|
||||
config = function()
|
||||
vim.keymap.set('', 'J', '<Cmd>BufferPrevious<CR>')
|
||||
vim.keymap.set('', 'K', '<Cmd>BufferNext<CR>')
|
||||
vim.keymap.set('', 'X', '<Cmd>BufferClose<CR>')
|
||||
end
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue