fix: fix the typos in the table keys

This commit is contained in:
Dinesh Salunke 2023-06-19 23:39:01 +05:30
parent 8b51b63fa8
commit 2e186b4dda

View File

@ -1,8 +1,8 @@
return {
{
"nvim-lualine/lualine.nvim",
dependecies = {
"nvim-tree/nvim-web-devicons"
dependencies = {
"nvim-tree/nvim-web-devicons",
},
opts = {},
},
@ -10,7 +10,7 @@ return {
{
"akinsho/bufferline.nvim",
event = "VeryLazy",
key = {
keys = {
{ "<leader>bp", "<Cmd>BufferLineTogglePin<CR>", desc = "Toggle pin" },
{ "<leader>bP", "<Cmd>BufferLineGroupClose ungrouped<CR>", desc = "Delete non-pinned buffers" },
},
@ -18,11 +18,11 @@ return {
options = {
offsets = {
{
filetype = "neo-tree"
}
}
}
}
filetype = "neo-tree",
},
},
},
},
},
{