AutoYADM commit: 2024-12-26 15:15:02
This commit is contained in:
parent
a613baa1ee
commit
461b155d45
3 changed files with 18 additions and 25 deletions
4
.config/nvim/after/ftplugin/tex.lua
Normal file
4
.config/nvim/after/ftplugin/tex.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
vim.b.autoformat = false
|
||||
vim.keymap.set("n", "<leader>test", function()
|
||||
dd(vim.b.autoformat)
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue