Add trouble

This commit is contained in:
Matthew Swanson 2025-02-02 01:30:14 -08:00
parent c50878db1b
commit 5059c74507
2 changed files with 62 additions and 1 deletions

View file

@ -39,7 +39,6 @@ return {
-- Keymaps
vim.keymap.set('n', '<C-n>', ':Neotree toggle<CR>', { silent = true })
vim.keymap.set('n', '<leader>o', ':Neotree focus<CR>', { silent = true })
end,
},
}