]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/core.lua
nvim: provide type annotations for LazyPluginSpecs
[dotfiles.git] / nvim / lua / plugins / core.lua
index 5b83b88b728b37f0482aa23ba7dc1fbe682bc598..fecdfd8ad1686716452ee2165e0861689bad9349 100644 (file)
@@ -1,3 +1,4 @@
+---@type LazyPluginSpec
 return {
   {
     "LazyVim/LazyVim",
@@ -5,6 +6,7 @@ return {
       defaults = {
         autocmds = false,
         options = false,
+        keymaps = false,
       },
     },
   },