my edit so far

This commit is contained in:
Sepehr Aghajani 2025-01-22 20:17:14 +03:30
parent 9b052ab040
commit 267ca34956
2 changed files with 15 additions and 1 deletions

View file

@ -2,4 +2,8 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{ 'CRAG666/code_runner.nvim', config = true },
{ 'mbbill/undotree' },
vim.keymap.set('n', '<leader><F5>', vim.cmd.UndotreeToggle, { desc = 'UndoTree' }),
}