mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: remove of unused plugins
This commit is contained in:
parent
02ea286c83
commit
53b42062e3
7 changed files with 25 additions and 17 deletions
|
@ -240,13 +240,13 @@ return {
|
|||
-- end,
|
||||
-- },
|
||||
-- for Speed up loading Lua modules in Neovim to improve startup time.
|
||||
{
|
||||
"lewis6991/impatient.nvim",
|
||||
event = "BufWinEnter",
|
||||
config = function()
|
||||
require("user.impatient")
|
||||
end,
|
||||
},
|
||||
-- {
|
||||
-- "lewis6991/impatient.nvim",
|
||||
-- event = "BufWinEnter",
|
||||
-- config = function()
|
||||
-- require("user.impatient")
|
||||
-- end,
|
||||
-- },
|
||||
-- for live server html,css,js
|
||||
-- {
|
||||
-- "manzeloth/live-server",
|
||||
|
@ -385,5 +385,5 @@ return {
|
|||
end,
|
||||
},
|
||||
-- remove duplicate
|
||||
{ "tpope/vim-repeat", event = "InsertEnter" },
|
||||
-- { "tpope/vim-repeat", event = "InsertEnter" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue