mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
Init from other configuration repository. This is just a backup and will be refactored soon
This commit is contained in:
27
lua/plugins/diff.lua
Normal file
27
lua/plugins/diff.lua
Normal file
@@ -0,0 +1,27 @@
|
||||
return {
|
||||
{"sindrets/diffview.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
},
|
||||
},
|
||||
{
|
||||
-- this is the nvim tree but I dont use it yet
|
||||
"nvim-tree/nvim-tree.lua",
|
||||
},
|
||||
{
|
||||
'nvim-lualine/lualine.nvim',
|
||||
-- dependencies = { 'nvim-tree/nvim-web-devicons' }
|
||||
},
|
||||
{
|
||||
"ellisonleao/gruvbox.nvim",
|
||||
},
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
icons = {mappings = false,},
|
||||
delay = 1500,
|
||||
},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user