fixed lsp keybindings.

They now work on more than just the first buffer you open of a given
filetype.
This commit is contained in:
Gabe Venberg 2021-12-15 16:23:07 -06:00
parent 83aea3c147
commit 09042586ec
4 changed files with 37 additions and 22 deletions

View file

@ -109,3 +109,5 @@ vim.cmd 'colorscheme moonfly'
--tabline stuff (gt and gT are prev/next tab in stock vim)
map('n', 'gf', ':TablineBufferNext<CR>', opts)
map('n', 'gF', ':TablineBufferPrevious<CR>', opts)
--gitsigns
map('n', '<leader>hl', ':Gitsigns toggle_current_line_blame<CR>', opts)