Start with hidden lualine

This commit is contained in:
FredzyW 2024-05-30 22:05:42 +02:00
parent 9d3b3cd662
commit cdbbc90b3b
3 changed files with 5 additions and 2 deletions

View file

@ -11,6 +11,8 @@ if not vim.loop.fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
vim.api.nvim_command('autocmd VimEnter * lua require("lualine").hide()')
require("lazy").setup("plugins")

View file

@ -1,5 +1,5 @@
-- Lualin
local lualine_hidden = false
-- Lualine
local lualine_hidden = true
function ToggleLualine()
if lualine_hidden then

View file

@ -1,3 +1,4 @@
require('lualine').hide()
require('lualine').setup {
options = {
-- icons_enabled = true,