Correctly sets up lua IDE
This commit is contained in:
parent
26428924c0
commit
98e3a59438
9 changed files with 56 additions and 73 deletions
7
home/modules/nvim/config/lua/plugins/lazydev.lua
Normal file
7
home/modules/nvim/config/lua/plugins/lazydev.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
{
|
||||
"folke/lazydev.nvim",
|
||||
ft = "lua", -- only load on lua files
|
||||
opts = {},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue