|
|
|
@ -815,35 +815,6 @@ require('lazy').setup({
|
|
|
|
|
-- Highlight todo, notes, etc in comments
|
|
|
|
|
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
|
|
|
|
|
|
|
|
|
|
-- File Explorer
|
|
|
|
|
{
|
|
|
|
|
'stevearc/oil.nvim',
|
|
|
|
|
---@module 'oil'
|
|
|
|
|
---@type oil.SetupOpts
|
|
|
|
|
opts = {
|
|
|
|
|
default_file_explorer = true,
|
|
|
|
|
},
|
|
|
|
|
-- 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,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
-- GitHub Copilot Chat
|
|
|
|
|
{
|
|
|
|
|
'CopilotC-Nvim/CopilotChat.nvim',
|
|
|
|
|
dependencies = {
|
|
|
|
|
{ 'github/copilot.vim' }, -- or zbirenbaum/copilot.lua
|
|
|
|
|
{ 'nvim-lua/plenary.nvim', branch = 'master' }, -- for curl, log and async functions
|
|
|
|
|
},
|
|
|
|
|
build = 'make tiktoken', -- Only on MacOS or Linux
|
|
|
|
|
opts = {
|
|
|
|
|
-- See Configuration section for options
|
|
|
|
|
},
|
|
|
|
|
-- See Commands section for default commands if you want to lazy load on them
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{ -- Collection of various small independent plugins/modules
|
|
|
|
|
'echasnovski/mini.nvim',
|
|
|
|
|
config = function()
|
|
|
|
|