my edit so far
This commit is contained in:
parent
9b052ab040
commit
267ca34956
2 changed files with 15 additions and 1 deletions
|
|
@ -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' }),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue