feat(plugins): update plugins list

This commit is contained in:
doryan 2025-02-12 22:43:35 +04:00
parent dee584556c
commit 7464d8afcd
2 changed files with 199 additions and 198 deletions

View File

@ -17,9 +17,6 @@ return {
{ {
"nvim-lualine/lualine.nvim", "nvim-lualine/lualine.nvim",
}, },
{
"akinsho/toggleterm.nvim",
},
{ {
"windwp/nvim-autopairs", "windwp/nvim-autopairs",
}, },
@ -47,6 +44,9 @@ return {
{ {
"nvim-treesitter/nvim-treesitter", "nvim-treesitter/nvim-treesitter",
}, },
{
"catppuccin/nvim"
},
{ {
"vague2k/huez.nvim", "vague2k/huez.nvim",
}, },
@ -146,7 +146,4 @@ return {
}, },
}, },
}, },
{
'kevinhwang91/nvim-ufo',
},
} }

View File

@ -15,6 +15,9 @@ return {
{ {
"savq/melange-nvim" "savq/melange-nvim"
}, },
{
'akinsho/toggleterm.nvim', version = "*", config = true
},
{ {
"mlaursen/vim-react-snippets", "mlaursen/vim-react-snippets",
lazy = true, lazy = true,
@ -47,4 +50,5 @@ return {
lazy = false, -- This plugin is already lazy lazy = false, -- This plugin is already lazy
ft = { "rust" }, ft = { "rust" },
}, },
} }