Customization

This commit is contained in:
David Gutierrez 2025-05-12 11:08:48 +02:00
parent 2abcb39fae
commit d158e801cc
2 changed files with 34 additions and 12 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 {
{ 'akinsho/bufferline.nvim', version = '*', dependencies = 'nvim-tree/nvim-web-devicons', opts = {} },
'mbbill/undotree',
'github/copilot.vim',
}