Fixed save

This commit is contained in:
Oliver Hartmann 2021-09-12 20:54:43 +02:00
parent cb972476a7
commit ccade921f9

View File

@ -11,9 +11,6 @@ function nvim_create_augroups(definitions)
end
local autocmds = {
change_header = {
{'BufWritePre', '*', 'lua changeheader()'}
};
packer = {
{ 'BufWritePost', 'plugins.lua', 'PackerCompile' };
};