mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
tune startup time
This commit is contained in:
parent
b7de30e431
commit
a745438e75
8 changed files with 126 additions and 95 deletions
|
@ -68,7 +68,7 @@ return {
|
|||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
event = "BufWinEnter",
|
||||
event = "VeryLazy",
|
||||
dependencies = {
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
},
|
||||
|
@ -247,7 +247,7 @@ return {
|
|||
-- for resize screen
|
||||
{
|
||||
"mrjones2014/smart-splits.nvim",
|
||||
event = "BufWinEnter",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("user.smartspit")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue