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

@ -90,6 +90,8 @@ return require('packer').startup(function(use)
requires = {
'neovim/nvim-lspconfig',
'hrsh7th/cmp-nvim-lsp',
'saadparwaiz1/cmp_luasnip',
'L3MON4D3/LuaSnip'
}
}