fixed lsp keybindings.
They now work on more than just the first buffer you open of a given filetype.
This commit is contained in:
parent
83aea3c147
commit
09042586ec
4 changed files with 37 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue