summaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/lsp_saga.lua
blob: ab8177fbfb312bceacb9c53b11459acf2bdafbba (plain) (blame)
1
2
3
4
5
6
7
8
return {
	"nvimdev/lspsaga.nvim",
	opts = {
		lightbulb = {
			enable = false,
		},
	},
}