From f1982a1b58f9bdf4b7c0c200755b6c4333099aa8 Mon Sep 17 00:00:00 2001 From: Jannik Donker Date: Wed, 12 Nov 2025 20:59:03 +0100 Subject: [PATCH] added Comment --- init.lua | 5 ++-- nvim-pack-lock.json | 61 +++++++++++++++++++++++++++++++++++++-------- 2 files changed, 53 insertions(+), 13 deletions(-) diff --git a/init.lua b/init.lua index 574530b..4a3123e 100644 --- a/init.lua +++ b/init.lua @@ -32,7 +32,7 @@ vim.pack.add({ { src = "https://github.com/mason-org/mason.nvim" }, { src = "https://github.com/dimitry-ishenko-neovim/lualine-nvim" }, { src = "https://github.com/chomosuke/typst-preview.nvim" }, - { src = "https://github.com/kosayoda/nvim-lightbulb" }, + { src = "https://github.com/numToStr/Comment.nvim" }, { src = "https://codeberg.org/mfussenegger/nvim-jdtls.git", dependencies = { "https://codeberg.org/mfussenegger/nvim-dap.git" } }, { src = "https://github.com/m4xshen/autoclose.nvim", }, { src = "https://codeberg.org/mfussenegger/nvim-dap.git" }, @@ -77,9 +77,10 @@ require("lualine").setup { } } require("typst-preview").setup() -require("nvim-lightbulb").setup({ autocmd = { enabled = true } }) require("autoclose").setup() require("trouble").setup() +require('Comment').setup() + -- PLUGINS END -- diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json index e1d8eeb..43875f8 100644 --- a/nvim-pack-lock.json +++ b/nvim-pack-lock.json @@ -1,5 +1,9 @@ { "plugins": { + "Comment.nvim": { + "rev": "e30b7f2", + "src": "https://github.com/numToStr/Comment.nvim" + }, "autoclose.nvim": { "rev": "3f86702", "src": "https://github.com/m4xshen/autoclose.nvim" @@ -9,29 +13,58 @@ "src": "https://github.com/romgrk/barbar.nvim" }, "blink.cmp": { + "rev": "bae4bae", + "src": "https://github.com/Saghen/blink.cmp", "version": "'v1.6.0'" }, "gitsigns.nvim": { "rev": "20ad441", "src": "https://github.com/lewis6991/gitsigns.nvim" }, - "gruvbox.nvim": [], - "lualine-nvim": [], - "mason.nvim": [], - "mini.pick": [], - "nvim-dap": [], + "gruvbox.nvim": { + "rev": "5e0a460", + "src": "https://github.com/ellisonleao/gruvbox.nvim" + }, + "lualine-nvim": { + "rev": "0bf671a", + "src": "https://github.com/dimitry-ishenko-neovim/lualine-nvim" + }, + "mason.nvim": { + "rev": "ad7146a", + "src": "https://github.com/mason-org/mason.nvim" + }, + "mini.pick": { + "rev": "fe1c25e", + "src": "https://github.com/echasnovski/mini.pick" + }, + "nvim-dap": { + "rev": "b38f7d3", + "src": "https://codeberg.org/mfussenegger/nvim-dap.git" + }, "nvim-dap-ui": { "rev": "cf91d5e", "src": "https://github.com/rcarriga/nvim-dap-ui" }, - "nvim-jdtls": [], - "nvim-lightbulb": [], - "nvim-lspconfig": [], + "nvim-jdtls": { + "rev": "38d265e", + "src": "https://codeberg.org/mfussenegger/nvim-jdtls.git" + }, + "nvim-lightbulb": { + "rev": "aa3a8b0", + "src": "https://github.com/kosayoda/nvim-lightbulb" + }, + "nvim-lspconfig": { + "rev": "c8503e6", + "src": "https://github.com/neovim/nvim-lspconfig" + }, "nvim-nio": { "rev": "21f5324", "src": "https://github.com/nvim-neotest/nvim-nio" }, - "nvim-treesitter": [], + "nvim-treesitter": { + "rev": "42fc28ba", + "src": "https://github.com/nvim-treesitter/nvim-treesitter" + }, "nvim-treesitter-textobjects": { "rev": "5ca4aaa", "src": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects" @@ -40,11 +73,17 @@ "rev": "8dcb311", "src": "https://github.com/nvim-tree/nvim-web-devicons" }, - "oil.nvim": [], + "oil.nvim": { + "rev": "7e1cd77", + "src": "https://github.com/stevearc/oil.nvim" + }, "trouble.nvim": { "rev": "bd67efe", "src": "https://github.com/folke/trouble.nvim" }, - "typst-preview.nvim": [] + "typst-preview.nvim": { + "rev": "64469f8", + "src": "https://github.com/chomosuke/typst-preview.nvim" + } } } \ No newline at end of file