AutoYADM commit: 2024-12-26 15:15:02

This commit is contained in:
Daniel Fichtinger 2024-12-26 15:15:02 -05:00
parent a613baa1ee
commit 461b155d45
3 changed files with 18 additions and 25 deletions

View file

@ -0,0 +1,4 @@
vim.b.autoformat = false
vim.keymap.set("n", "<leader>test", function()
dd(vim.b.autoformat)
end)