neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add `vim.uv` support from lazydev

+5 -1
+5 -1
lua/core/lsp/init.lua
··· 10 10 do 11 11 local ok, lazydev = pcall(require, "lazydev") 12 12 if ok then 13 - lazydev.setup() 13 + lazydev.setup({ 14 + library = { 15 + { path = "${3rd}/luv/library", words = { "vim%.uv" } }, 16 + }, 17 + }) 14 18 end 15 19 end 16 20