Updates to most things, new keybinds, local terminal.

This commit is contained in:
calcu1on
2025-02-14 23:19:38 -05:00
parent d7645de63d
commit 87b443444c
10 changed files with 70 additions and 89 deletions

13
lua/plugins/oil.lua Normal file
View File

@@ -0,0 +1,13 @@
return {
{
'stevearc/oil.nvim',
---@module 'oil'
---@type oil.SetupOpts
opts = {},
-- Optional dependencies
dependencies = { { "echasnovski/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,
}
}