mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 15:07:16 +01:00
re-enable neodev
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user