Skip to content

Commit

Permalink
update lsp saga init syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
cpow committed Jan 22, 2023
1 parent dbd6d0c commit 1da384d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/core/plugin_config/lsp_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ require("mason-lspconfig").setup({

local capabilities = require('cmp_nvim_lsp').default_capabilities(vim.lsp.protocol.make_client_capabilities())

local saga = require 'lspsaga'
saga.init_lsp_saga({
require('lspsaga').setup({
code_action_icon = "💡",
symbol_in_winbar = {
in_custom = false,
Expand Down

0 comments on commit 1da384d

Please sign in to comment.