diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-09 17:34:31 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-09 17:34:31 -0500 |
| commit | 5e83a094476f28eb77508c8b470efe3dfd56de83 (patch) | |
| tree | f0f39b694fcad8e408c2a41f3d3240dfce44c504 /nvim/dot-config/nvim-final/plugin/autocommands.lua | |
| parent | 6c17d2c74ea4daeb9dbf2c2b7aafeb86111b7f65 (diff) | |
some big changes
Diffstat (limited to 'nvim/dot-config/nvim-final/plugin/autocommands.lua')
| -rw-r--r-- | nvim/dot-config/nvim-final/plugin/autocommands.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nvim/dot-config/nvim-final/plugin/autocommands.lua b/nvim/dot-config/nvim-final/plugin/autocommands.lua deleted file mode 100644 index b64ac07..0000000 --- a/nvim/dot-config/nvim-final/plugin/autocommands.lua +++ /dev/null @@ -1,7 +0,0 @@ -vim.api.nvim_create_autocmd("BufWritePre", { - pattern = "*", - callback = function(ev) - vim.cmd('execute "normal! mz" | keeppatterns %s/\\v\\s+$//e | normal `z') - end, - desc = "Strip whitespace from file" -}) |
