feat(options): add option for control over telescope lsp integration

This commit is contained in:
Ray Jameson 2023-07-12 10:10:25 +06:00
parent 59b12098bd
commit 381df53967
No known key found for this signature in database
GPG Key ID: 04CF04D66633E24A
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ return {
icons_enabled = true, -- disable icons in the UI (disable if no nerd font is available, requires :PackerSync after changing)
ui_notifications_enabled = true, -- disable notifications when toggling UI elements
resession_enabled = false, -- enable experimental resession.nvim session management (will be default in AstroNvim v4)
telescope_lsp_integration_enabled = true, -- enable telescope integration for lsp keymaps
},
}
-- If you need more control, you can use the function()...end notation