fixing readme to include stuff taken from my other dev repo
This commit is contained in:
parent
a0976ac735
commit
a03a667c22
4 changed files with 96 additions and 138 deletions
|
|
@ -39,5 +39,11 @@ return {
|
|||
})
|
||||
vim.keymap.set('n', '<C-n>', ':NvimTreeFindFileToggle<CR>', { desc = 'Toggle File Tree' })
|
||||
end
|
||||
},
|
||||
{
|
||||
'stevearc/oil.nvim',
|
||||
opts = {},
|
||||
-- Optional dependencies
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue