mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
add: update config
This commit is contained in:
parent
b3a0428b01
commit
ae93f70caf
2 changed files with 0 additions and 5 deletions
|
@ -147,7 +147,6 @@ return {
|
|||
{
|
||||
"windwp/nvim-autopairs",
|
||||
lazy = true,
|
||||
-- commit = "4fc96c8f3df89b6d23e5092d31c866c53a346347",
|
||||
dependencies = "hrsh7th/nvim-cmp",
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
|
@ -286,7 +285,6 @@ return {
|
|||
{
|
||||
"rcarriga/nvim-notify",
|
||||
lazy = true,
|
||||
-- event = "BufWinEnter",
|
||||
event = "VeryLazy",
|
||||
keys = {
|
||||
{
|
||||
|
@ -347,7 +345,6 @@ return {
|
|||
{
|
||||
"dstein64/nvim-scrollview",
|
||||
lazy = true,
|
||||
-- event = "BufWinEnter",
|
||||
event = { "BufRead", "InsertEnter", "BufNewFile" },
|
||||
config = function()
|
||||
require("user.nvimscroll")
|
||||
|
@ -366,7 +363,6 @@ return {
|
|||
lazy = true,
|
||||
enabled = vim.fn.executable("git") == 1,
|
||||
ft = "gitcommit",
|
||||
-- event = "BufWinEnter",
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
require("user.gitsigns")
|
||||
|
|
|
@ -86,7 +86,6 @@ return {
|
|||
{
|
||||
"karb94/neoscroll.nvim",
|
||||
lazy = true,
|
||||
-- event = "InsertEnter",
|
||||
config = function()
|
||||
require("user.neoscroll")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue