From 52edde7ba3a62350d7fe1ed12f975f124696310f Mon Sep 17 00:00:00 2001 From: Jannik Donker Date: Fri, 28 Nov 2025 20:24:44 +0100 Subject: [PATCH] added lock to ignore --- .gitignore | 1 + nvim-pack-lock.json | 89 --------------------------------------------- 2 files changed, 1 insertion(+), 89 deletions(-) create mode 100644 .gitignore delete mode 100644 nvim-pack-lock.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..92a49de --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +nvim-pack-lock.json diff --git a/nvim-pack-lock.json b/nvim-pack-lock.json deleted file mode 100644 index c297e41..0000000 --- a/nvim-pack-lock.json +++ /dev/null @@ -1,89 +0,0 @@ -{ - "plugins": { - "Comment.nvim": { - "rev": "e30b7f2", - "src": "https://github.com/numToStr/Comment.nvim" - }, - "autoclose.nvim": { - "rev": "3f86702", - "src": "https://github.com/m4xshen/autoclose.nvim" - }, - "barbar.nvim": { - "rev": "fb43699", - "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": { - "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": "57e5a8a", - "src": "https://github.com/mason-org/mason.nvim" - }, - "mini.pick": { - "rev": "b435139", - "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": { - "rev": "38d265e", - "src": "https://codeberg.org/mfussenegger/nvim-jdtls.git" - }, - "nvim-lightbulb": { - "rev": "aa3a8b0", - "src": "https://github.com/kosayoda/nvim-lightbulb" - }, - "nvim-lspconfig": { - "rev": "c6f05c0", - "src": "https://github.com/neovim/nvim-lspconfig" - }, - "nvim-nio": { - "rev": "21f5324", - "src": "https://github.com/nvim-neotest/nvim-nio" - }, - "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" - }, - "nvim-web-devicons": { - "rev": "8dcb311", - "src": "https://github.com/nvim-tree/nvim-web-devicons" - }, - "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": { - "rev": "64469f8", - "src": "https://github.com/chomosuke/typst-preview.nvim" - } - } -} \ No newline at end of file