This commit is contained in:
Jaroslaw Konik 2024-05-17 16:33:24 +02:00
parent dfffacd042
commit 3cc0947926

View file

@ -41,10 +41,9 @@ require("lazy").setup({
{ "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" }, { "nvim-treesitter/nvim-treesitter", build = ":TSUpdate" },
{ {
"benlubas/molten-nvim", "benlubas/molten-nvim",
version = "^1.0.0", -- use version <2.0.0 to avoid breaking changes version = "^1.0.0",
build = ":UpdateRemotePlugins", build = ":UpdateRemotePlugins",
init = function() 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 vim.g.molten_output_win_max_height = 12
end, end,
}, },
@ -52,13 +51,6 @@ require("lazy").setup({
"williamboman/mason.nvim", "williamboman/mason.nvim",
opts = {} opts = {}
}, },
{
"vhyrro/luarocks.nvim",
priority = 1000,
opts = {
rocks = { "magick" },
},
},
"rcarriga/nvim-notify", "rcarriga/nvim-notify",
{ {
'windwp/nvim-autopairs', 'windwp/nvim-autopairs',
@ -73,7 +65,6 @@ require("lazy").setup({
'hrsh7th/cmp-vsnip', 'hrsh7th/cmp-vsnip',
'hrsh7th/vim-vsnip', 'hrsh7th/vim-vsnip',
"neovim/nvim-lspconfig", "neovim/nvim-lspconfig",
{ {
"terrortylor/nvim-comment", "terrortylor/nvim-comment",
config = function() config = function()