housekeeping merge

This commit is contained in:
bridge4 2025-03-31 02:31:41 +03:00
parent 398616cfcd
commit 2cbdb13009
6 changed files with 319 additions and 144 deletions

7
lua/core/plugins.lua Normal file
View file

@ -0,0 +1,7 @@
return {
'stevearc/oil.nvim',
-- Optional dependencies
dependencies = { { 'echasnovski/mini.icons', opts = {} } },
'tpope/vim-sleuth', -- Detect tabstop and shiftwidth automatically
{ 'lewis6991/gitsigns.nvim', opts = 'plugin-options.gitsigns' },
} --