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,