fix(neovim): lua global 'vim' is now recognized again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user