mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
enc: disable numbering if lazyload plugins first time
This commit is contained in:
parent
fe846f291e
commit
5a64a2e380
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue