mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 17:03:36 +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",
|
"windwp/nvim-autopairs",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
-- commit = "4fc96c8f3df89b6d23e5092d31c866c53a346347",
|
|
||||||
dependencies = "hrsh7th/nvim-cmp",
|
dependencies = "hrsh7th/nvim-cmp",
|
||||||
event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
config = function()
|
config = function()
|
||||||
|
@ -286,7 +285,6 @@ return {
|
||||||
{
|
{
|
||||||
"rcarriga/nvim-notify",
|
"rcarriga/nvim-notify",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
-- event = "BufWinEnter",
|
|
||||||
event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
keys = {
|
keys = {
|
||||||
{
|
{
|
||||||
|
@ -347,7 +345,6 @@ return {
|
||||||
{
|
{
|
||||||
"dstein64/nvim-scrollview",
|
"dstein64/nvim-scrollview",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
-- event = "BufWinEnter",
|
|
||||||
event = { "BufRead", "InsertEnter", "BufNewFile" },
|
event = { "BufRead", "InsertEnter", "BufNewFile" },
|
||||||
config = function()
|
config = function()
|
||||||
require("user.nvimscroll")
|
require("user.nvimscroll")
|
||||||
|
@ -366,7 +363,6 @@ return {
|
||||||
lazy = true,
|
lazy = true,
|
||||||
enabled = vim.fn.executable("git") == 1,
|
enabled = vim.fn.executable("git") == 1,
|
||||||
ft = "gitcommit",
|
ft = "gitcommit",
|
||||||
-- event = "BufWinEnter",
|
|
||||||
event = "BufRead",
|
event = "BufRead",
|
||||||
config = function()
|
config = function()
|
||||||
require("user.gitsigns")
|
require("user.gitsigns")
|
||||||
|
|
|
@ -86,7 +86,6 @@ return {
|
||||||
{
|
{
|
||||||
"karb94/neoscroll.nvim",
|
"karb94/neoscroll.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
-- event = "InsertEnter",
|
|
||||||
config = function()
|
config = function()
|
||||||
require("user.neoscroll")
|
require("user.neoscroll")
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue