mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-13 21:53:09 +00:00
feat(nvim): drop lspsaga.nvim
This commit is contained in:
@@ -154,31 +154,6 @@ return {
|
|||||||
-- https://github.com/Bilal2453/luvit-meta
|
-- https://github.com/Bilal2453/luvit-meta
|
||||||
{ 'Bilal2453/luvit-meta', lazy = true },
|
{ 'Bilal2453/luvit-meta', lazy = true },
|
||||||
|
|
||||||
-- improve neovim lsp experience
|
|
||||||
-- https://github.com/nvimdev/lspsaga.nvim
|
|
||||||
-- https://nvimdev.github.io/lspsaga/
|
|
||||||
{
|
|
||||||
'nvimdev/lspsaga.nvim',
|
|
||||||
event = 'LspAttach',
|
|
||||||
dependencies = {
|
|
||||||
'nvim-treesitter/nvim-treesitter',
|
|
||||||
'nvim-tree/nvim-web-devicons',
|
|
||||||
},
|
|
||||||
opts = {
|
|
||||||
code_action = {
|
|
||||||
show_server_name = true,
|
|
||||||
keys = {
|
|
||||||
quit = { 'q', '<ESC>' },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
diagnostic = {
|
|
||||||
keys = {
|
|
||||||
quit = { 'q', '<ESC>' },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
-- A simple wrapper for nvim-lspconfig and mason-lspconfig
|
-- A simple wrapper for nvim-lspconfig and mason-lspconfig
|
||||||
-- to easily setup LSP servers.
|
-- to easily setup LSP servers.
|
||||||
-- https://github.com/junnplus/lsp-setup.nvim
|
-- https://github.com/junnplus/lsp-setup.nvim
|
||||||
|
|||||||
Reference in New Issue
Block a user