diff --git a/lua/holger/plugins/lazydev.lua b/lua/holger/plugins/lazydev.lua new file mode 100644 index 0000000..2834138 --- /dev/null +++ b/lua/holger/plugins/lazydev.lua @@ -0,0 +1,5 @@ +return { + "folke/lazydev.nvim", + ft = "lua", + opts = {}, +}