feat: Lua context
This commit is contained in:
@@ -78,9 +78,13 @@ in rec {
|
|||||||
|
|
||||||
comment = {
|
comment = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings.pre_hook = ''
|
settings.pre_hook =
|
||||||
require('ts_context_commentstring.integrations.comment_nvim').create_pre_hook()
|
/*
|
||||||
'';
|
lua
|
||||||
|
*/
|
||||||
|
''
|
||||||
|
require('ts_context_commentstring.integrations.comment_nvim').create_pre_hook()
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
markdown-preview = {
|
markdown-preview = {
|
||||||
|
|||||||
Reference in New Issue
Block a user