Skip to content

Commit

Permalink
Updates neovim dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jevandezande committed Jun 14, 2024
1 parent 7b8b5ee commit 4fb45a5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config/nvim/lua/custom/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ local plugins = {
"williamboman/mason.nvim",
opts = {
ensure_installed = {
"black",
"debugpy",
"mypy",
"ruff",
Expand Down Expand Up @@ -52,7 +51,7 @@ local plugins = {
},
{
"rcarriga/nvim-dap-ui",
dependencies = "mfussenegger/nvim-dap",
dependencies = {"mfussenegger/nvim-dap", "nvim-neotest/nvim-nio"},
config = function()
local dap = require("dap")
local dapui = require("dapui")
Expand Down Expand Up @@ -160,9 +159,12 @@ local plugins = {
"lervag/vimtex",
},
{
"zbirenbaum/copilot.lua",
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
opts = overrides.copilot,
config = function()
require("copilot").setup({})
end,
},

{
Expand Down

0 comments on commit 4fb45a5

Please sign in to comment.