mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-07 11:35:06 +02:00
Customization
This commit is contained in:
parent
2abcb39fae
commit
d158e801cc
2 changed files with 34 additions and 12 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 {
|
||||
{ 'akinsho/bufferline.nvim', version = '*', dependencies = 'nvim-tree/nvim-web-devicons', opts = {} },
|
||||
'mbbill/undotree',
|
||||
'github/copilot.vim',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue