several improvements
This commit is contained in:
+13
-7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user