final updates of plugins in nvim_unstable

This commit is contained in:
Alexander Navarro 2025-04-07 10:24:09 -04:00
parent 9661cea5d4
commit 5efa1c4ce5
5 changed files with 44 additions and 58 deletions

View file

@ -17,7 +17,7 @@ return {
opts = {
library = {
-- Load luvit types when the `vim.uv` word is found
{ path = 'luvit-meta/library', words = { 'vim%.uv' } },
{ path = "${3rd}/luv/library", words = { "vim%.uv" } }
},
},
},