Correctly sets up lua IDE

This commit is contained in:
Dennis Schoepf 2025-04-15 20:49:59 +02:00
parent 26428924c0
commit 98e3a59438
9 changed files with 56 additions and 73 deletions

View file

@ -0,0 +1,7 @@
return {
{
"folke/lazydev.nvim",
ft = "lua", -- only load on lua files
opts = {},
},
}