Mercurial > dotfiles
changeset 342:fbec60e4ee05
Add lspsaga for nicer LSP popups
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 26 Jan 2021 08:49:52 +0100 |
parents | 111a00459ad9 |
children | 01f52891b497 |
files | dot_config/nvim/config.lua |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dot_config/nvim/config.lua Sat Jan 23 16:42:49 2021 +0100 +++ b/dot_config/nvim/config.lua Tue Jan 26 08:49:52 2021 +0100 @@ -96,6 +96,12 @@ } use {'SirVer/ultisnips'} use { + 'glepnir/lspsaga.nvim', + config = function() + require 'lspsaga'.init_lsp_saga { max_hover_width = 300 } + end + } + use { 'nvim-telescope/telescope.nvim', requires = { 'nvim-lua/popup.nvim',