]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/plugins/core.lua
nvim: replace vim-surround with mini.surround
[dotfiles.git] / nvim / lua / plugins / core.lua
index 32a62dcfbe2bb0526c6e6ddcec17ffd05bf37542..fecdfd8ad1686716452ee2165e0861689bad9349 100644 (file)
@@ -1,9 +1,12 @@
+---@type LazyPluginSpec
 return {
   {
     "LazyVim/LazyVim",
     opts = {
       defaults = {
         autocmds = false,
 return {
   {
     "LazyVim/LazyVim",
     opts = {
       defaults = {
         autocmds = false,
+        options = false,
+        keymaps = false,
       },
     },
   },
       },
     },
   },