comments
This commit is contained in:
@ -4,6 +4,7 @@ if use_google() then
|
||||
return {}
|
||||
end
|
||||
|
||||
vim.g.disable_autoformat = false
|
||||
vim.api.nvim_create_user_command("FormatDisable", function(args)
|
||||
if args.bang then
|
||||
-- FormatDisable! will disable formatting just for this buffer
|
||||
|
Reference in New Issue
Block a user