Update lots of things
This commit is contained in:
parent
b3925cebad
commit
508883c3c2
17 changed files with 133 additions and 74 deletions
|
@ -1,5 +0,0 @@
|
|||
hi link GitGutterAddLineNr DiffAdd
|
||||
hi link GitGutterChangeLineNr DiffChange
|
||||
hi link GitGutterDeleteLineNr DiffDelete
|
||||
hi link GitGutterChangeDeleteLineNr GitGutterChangeLine
|
||||
GitGutterLineNrHighlightsEnable
|
|
@ -32,3 +32,4 @@ map('n', 'g/', telescope.builtin.live_grep)
|
|||
map('n', '<C-/>', telescope.builtin.current_buffer_fuzzy_find)
|
||||
map('n', '<leader>*', telescope.builtin.grep_string)
|
||||
map('n', 'gb', telescope.builtin.buffers)
|
||||
map('n', '<C-p>', telescope.builtin.registers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue