Skip to content

Commit ecbec62

Browse files
committed
remove lazy-lock file
1 parent 4e51d00 commit ecbec62

File tree

3 files changed

+2
-52
lines changed

3 files changed

+2
-52
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
autoload/
22
plugin/
33
plugins/
4+
lazy-lock.json

lazy-lock.json

-46
This file was deleted.

lua/core/plugins.lua

+1-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,7 @@ require("lazy").setup({
2020
{ "nvim-lua/popup.nvim" },
2121
{ "nvim-lua/plenary.nvim" },
2222
{ "kyazdani42/nvim-web-devicons" }, -- colorscheme
23-
{
24-
"rebelot/kanagawa.nvim",
25-
config = function()
26-
require("kanagawa").setup()
27-
end,
28-
},
23+
{ "rebelot/kanagawa.nvim" },
2924
{ "goolord/alpha-nvim", dependencies = { "nvim-telescope/telescope.nvim" } },
3025
{ "kevinhwang91/nvim-hlslens" },
3126
{ "tpope/vim-surround" },

0 commit comments

Comments
 (0)