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
|
@ -90,6 +90,8 @@ return require('packer').startup(function(use)
|
|||
requires = {
|
||||
'neovim/nvim-lspconfig',
|
||||
'hrsh7th/cmp-nvim-lsp',
|
||||
'saadparwaiz1/cmp_luasnip',
|
||||
'L3MON4D3/LuaSnip'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue