refactor(plugins): prefer single line lua functions where possible
This commit is contained in:
parent
a36a9c8de0
commit
454ba629d8
2 changed files with 11 additions and 54 deletions
|
|
@ -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()";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue