re-enable neodev

This commit is contained in:
Thomas Ruoff
2024-12-20 12:04:09 +01:00
parent b7ee23ffe8
commit efdc670a5f

View File

@@ -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)