several improvements

This commit is contained in:
2026-06-09 18:41:15 +02:00
parent c9e6f0ca29
commit 9f6741d9fa
4 changed files with 97 additions and 8 deletions
+13 -7
View File
@@ -38,18 +38,23 @@ local plugins = {
dependencies = { "nvim-lua/plenary.nvim" }
},
"mbbill/undotree",
"tpope/vim-fugitive",
"subnut/nvim-ghost.nvim",
-- "unblevable/quick-scope",
"andweeb/presence.nvim",
{
"tpope/vim-fugitive",
lazy = true
},
{
"subnut/nvim-ghost.nvim",
lazy = true
},
{
"andweeb/presence.nvim",
lazy = true
},
"numToStr/Comment.nvim",
-- "echasnovski/mini.align",
{
'stevearc/oil.nvim',
-- Optional dependencies
dependencies = { { "nvim-mini/mini.icons", opts = {} } },
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if you prefer nvim-web-devicons
-- Lazy loading is not recommended because it is very tricky to make it work correctly in all situations.
lazy = false,
},
{
@@ -76,6 +81,7 @@ local plugins = {
dependencies = {
"nvim-lua/plenary.nvim",
},
lazy = true
},
{
"goolord/alpha-nvim",