update
This commit is contained in:
parent
dfffacd042
commit
3cc0947926
1 changed files with 1 additions and 10 deletions
11
init.lua
11
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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue