Compare commits
No commits in common. "9975fc7e0400f5644d78ac820b1e2b7dfedc7e4c" and "c63c59e977bf8a334d8d09f0b76289f9b124a304" have entirely different histories.
9975fc7e04
...
c63c59e977
2 changed files with 0 additions and 8 deletions
|
@ -29,10 +29,6 @@ nvim
|
|||
`<leader>gs` → Git status<br>
|
||||
`<leader>u` → Undo tree<br>
|
||||
|
||||
`<leader>j` → Prev buf<br>
|
||||
`<leader>k` → Next buf<br>
|
||||
`<C-w>` → Close buf<br>
|
||||
|
||||
`K` → Hover<br>
|
||||
`gd` → Go to definition<br>
|
||||
`gD` → Go to declaration<br>
|
||||
|
|
|
@ -37,8 +37,4 @@ 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)
|
||||
|
|
Loading…
Reference in a new issue