Selaa lähdekoodia

fix(autocmds): remove spell autocmd (#3487)

LostNeophyte 2 vuotta sitten
vanhempi
commit
40c8d5aea6
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  1. 0 8
      lua/lvim/core/autocmds.lua

+ 0 - 8
lua/lvim/core/autocmds.lua

@@ -50,14 +50,6 @@ function M.load_defaults()
         command = "set nobuflisted",
       },
     },
-    {
-      "FileType",
-      {
-        group = "_filetype_settings",
-        pattern = { "gitcommit", "markdown" },
-        command = "setlocal wrap spell",
-      },
-    },
     {
       "FileType",
       {