From c871e50e7c6baf267acfe9f26f62f349960ebddc Mon Sep 17 00:00:00 2001 From: huyjaky Date: Fri, 1 Nov 2024 13:16:23 +0700 Subject: [PATCH] astro-nvim-v3 - turn off tabline --- lua/core/options.lua | 2 +- lua/lazy_setup.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/core/options.lua b/lua/core/options.lua index fb02509..90df014 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -20,7 +20,7 @@ return { shiftwidth = 2, -- number of space inserted for indentation; when zero the 'tabstop' value will be used tabstop = 2, -- set the number of space in a tab to 4 softtabstop = 2, -- can be differnt from tabstop - showtabline = 2, -- always show tabline + showtabline = 0, -- always show tabline expandtab = true, -- use spaces instead of tab undofile = true, -- enable persistent undo }, diff --git a/lua/lazy_setup.lua b/lua/lazy_setup.lua index db9d8bd..8af39c0 100644 --- a/lua/lazy_setup.lua +++ b/lua/lazy_setup.lua @@ -22,7 +22,7 @@ require("lazy").setup({ border = "single", size = { width = 0.8, height = 0.8 }, }, - + checker = { enabled = true, notify = false,