refactor(plugins): prefer single line lua functions where possible

This commit is contained in:
Nicolas Goudry 2024-06-04 20:59:14 +02:00
parent a36a9c8de0
commit 454ba629d8
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
2 changed files with 11 additions and 54 deletions

View file

@ -5,9 +5,6 @@ _:
{
opts = {
enable = true;
settings.pre_hook = ''
require("ts_context_commentstring.integrations.comment_nvim").create_pre_hook()
'';
settings.pre_hook = "require('ts_context_commentstring.integrations.comment_nvim').create_pre_hook()";
};
}