Update config from local

This commit is contained in:
Jose Carvajal 2025-05-26 13:27:46 -06:00
parent 7e7308921a
commit 6738ddd69f
2 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ return {
-- For more advanced Luasnip keymaps (e.g. selecting choice nodes, expansion) see: -- For more advanced Luasnip keymaps (e.g. selecting choice nodes, expansion) see:
-- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps -- https://github.com/L3MON4D3/LuaSnip?tab=readme-ov-file#keymaps
['<CR>'] = { 'accept', 'fallback' },
}, },
appearance = { appearance = {

View File

@ -18,7 +18,7 @@ return {
'nvim-neotest/nvim-nio', 'nvim-neotest/nvim-nio',
-- Installs the debug adapters for you -- Installs the debug adapters for you
'mason-org/mason.nvim', 'williamboman/mason.nvim',
'jay-babu/mason-nvim-dap.nvim', 'jay-babu/mason-nvim-dap.nvim',
-- Add your own debuggers here -- Add your own debuggers here