This commit is contained in:
2024-08-22 17:45:46 +04:00
parent 066e3ef14e
commit 445cb399ef
7 changed files with 209 additions and 24 deletions

View File

@@ -10,9 +10,33 @@ lvim.plugins = {
}
}
},
{
"savq/melange-nvim"
},
{
"HoNamDuong/hybrid.nvim",
lazy = false,
priority = 1000,
opts = {},
},
{
'marko-cerovac/material.nvim'
},
{
"rebelot/kanagawa.nvim",
},
{
'mountain-theme/vim'
},
{
'fgheng/winbar.nvim'
},
{
"gbprod/nord.nvim",
},
{
"vague2k/huez.nvim",
},
{
'Bekaboo/dropbar.nvim',
dependencies = {
@@ -35,10 +59,6 @@ lvim.plugins = {
{
'kyazdani42/nvim-web-devicons'
},
{
'kevinhwang91/nvim-ufo',
dependencies = { 'kevinhwang91/promise-async' },
},
{
"mfussenegger/nvim-dap",
event = "VeryLazy",
@@ -54,6 +74,9 @@ lvim.plugins = {
require("dapui").setup()
end
},
{
"mxsdev/nvim-dap-vscode-js"
},
{
"microsoft/vscode-js-debug",
lazy = true,
@@ -65,9 +88,6 @@ lvim.plugins = {
{
"folke/neodev.nvim", opts = {}
},
{
"mxsdev/nvim-dap-vscode-js"
},
{
"mlaursen/vim-react-snippets",
},