⚙️ config(nvim): lualine toggle moved to keymaps.lua instead

This commit is contained in:
Sergio Laín 2023-12-16 18:18:37 +01:00
parent e232321cb5
commit 9b7dfb060e
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -20,17 +20,4 @@ return {
"symbols-outline",
}
end,
keys = {
{
"<leader>uS",
function()
if vim.opt.laststatus:get() == 0 then
vim.opt.laststatus = 3
else
vim.opt.laststatus = 0
end
end,
desc = "Toggle Statusline",
},
},
}