aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/lazydev.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/lazydev.lua')
-rw-r--r--nvim/lua/plugins/lazydev.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/nvim/lua/plugins/lazydev.lua b/nvim/lua/plugins/lazydev.lua
new file mode 100644
index 0000000..704d963
--- /dev/null
+++ b/nvim/lua/plugins/lazydev.lua
@@ -0,0 +1,5 @@
+return {
+ "folke/lazydev.nvim",
+ ft = "lua", -- only load on lua files
+ opts = {}
+}