⚙️ config(nvim): lualine toggle moved to keymaps.lua instead
This commit is contained in:
parent
e232321cb5
commit
9b7dfb060e
1 changed files with 0 additions and 13 deletions
|
@ -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",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue