enc: disable numbering if lazyload plugins first time

This commit is contained in:
Pojok Code 2024-11-08 13:08:06 +07:00
parent fe846f291e
commit 5a64a2e380
2 changed files with 2 additions and 2 deletions

View file

@ -14,6 +14,7 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
end
vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
vim.opt.number = false
local icons = require("pcode.user.icons").ui
-- Make sure to setup `mapleader` and `maplocalleader` before