diff --git a/config/nvim/lua/plugins/lsp.lua b/config/nvim/lua/plugins/lsp.lua index 01fa060..7058f90 100644 --- a/config/nvim/lua/plugins/lsp.lua +++ b/config/nvim/lua/plugins/lsp.lua @@ -154,31 +154,6 @@ return { -- https://github.com/Bilal2453/luvit-meta { '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', '' }, - }, - }, - diagnostic = { - keys = { - quit = { 'q', '' }, - }, - }, - }, - }, - -- A simple wrapper for nvim-lspconfig and mason-lspconfig -- to easily setup LSP servers. -- https://github.com/junnplus/lsp-setup.nvim