Compare commits

...

2 commits

Author SHA1 Message Date
Sofía Aritz 9975fc7e04
updaate readme 2024-02-22 14:19:28 +01:00
Sofía Aritz d93e6b9c09
add barbar 2024-02-22 14:18:36 +01:00
2 changed files with 8 additions and 0 deletions

View file

@ -29,6 +29,10 @@ nvim
`<leader>gs` &rarr; Git status<br>
`<leader>u` &rarr; Undo tree<br>
`<leader>j` &rarr; Prev buf<br>
`<leader>k` &rarr; Next buf<br>
`<C-w>` &rarr; Close buf<br>
`K` &rarr; Hover<br>
`gd` &rarr; Go to definition<br>
`gD` &rarr; Go to declaration<br>

View file

@ -37,4 +37,8 @@ return require('packer').startup(function(use)
use 'hrsh7th/nvim-cmp'
use 'hrsh7th/cmp-nvim-lsp'
use 'L3MON4D3/LuaSnip'
use 'nvim-tree/nvim-web-devicons'
use 'lewis6991/gitsigns.nvim'
use 'romgrk/barbar.nvim'
end)