From efdc670a5fd48aeaf0de7fdf7c818861f719f82f Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 20 Dec 2024 12:04:09 +0100 Subject: [PATCH] re-enable neodev --- lua/plugins/lsp.lua | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index c9fa58b..9fa9fa2 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -19,13 +19,15 @@ return { 'saghen/blink.cmp', }, config = function(_, opts) - -- require('neodev').setup { - -- library = { - -- plugins = { "nvim-dap-ui" }, - -- types = true, - -- }, - -- } - -- + require('neodev').setup { + library = { + plugins = { + --"nvim-dap-ui" + }, + types = true, + }, + } + local lspconfig = require 'lspconfig' for server, config in pairs(opts.servers or {}) do config.capabilities = require('blink.cmp').get_lsp_capabilities(config.capabilities)