fix(neovim): lua global 'vim' is now recognized again

This commit is contained in:
Kyren223
2024-07-19 18:12:30 +03:00
parent f74e5e5d98
commit ba3ee4f08d

View File

@@ -16,7 +16,11 @@ return {
'nvimdev/lspsaga.nvim',
dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' },
},
{ 'folke/lazydev.nvim', ft = 'lua' },
{
'folke/lazydev.nvim',
ft = 'lua',
opts = { library = { { path = 'luvit-meta/library', words = { 'vim%.uv' } } } },
},
{ 'ray-x/lsp_signature.nvim', event = 'VeryLazy' },
-- AUtoformatting