refactor: fix luals type warnings

This commit is contained in:
dundargoc
2024-05-25 20:35:37 +02:00
committed by dundargoc
parent f70af5c3ca
commit 6e8a728e3d
12 changed files with 62 additions and 60 deletions

View File

@@ -34,3 +34,5 @@ vim.uri_from_fname = uri.uri_from_fname
vim.uri_from_bufnr = uri.uri_from_bufnr
vim.uri_to_fname = uri.uri_to_fname
vim.uri_to_bufnr = uri.uri_to_bufnr
vim.provider = require('vim.provider')