Added .luarc.json to get rid of warnings about missing global vim object

This commit is contained in:
2024-09-19 22:02:29 +02:00
parent eddedb0da9
commit 0b3ea1098a
3 changed files with 14 additions and 3 deletions

View File

@@ -19,7 +19,6 @@ require('mason-lspconfig').setup({
'gopls',
'pylsp',
'clangd',
-- 'volar',
},
})