From 3cc09479265b89017a0b08bb74b4740abb3b023e Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 17 May 2024 16:33:24 +0200 Subject: [PATCH] update --- init.lua | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/init.lua b/init.lua index 372d9f2..1bb97a3 100644 --- a/init.lua +++ b/init.lua @@ -41,10 +41,9 @@ require("lazy").setup({ { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" }, { "benlubas/molten-nvim", - version = "^1.0.0", -- use version <2.0.0 to avoid breaking changes + version = "^1.0.0", build = ":UpdateRemotePlugins", init = function() - -- this is an example, not a default. Please see the readme for more configuration options vim.g.molten_output_win_max_height = 12 end, }, @@ -52,13 +51,6 @@ require("lazy").setup({ "williamboman/mason.nvim", opts = {} }, - { - "vhyrro/luarocks.nvim", - priority = 1000, - opts = { - rocks = { "magick" }, - }, - }, "rcarriga/nvim-notify", { 'windwp/nvim-autopairs', @@ -73,7 +65,6 @@ require("lazy").setup({ 'hrsh7th/cmp-vsnip', 'hrsh7th/vim-vsnip', "neovim/nvim-lspconfig", - { "terrortylor/nvim-comment", config = function()