mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 18:49:45 +00:00
16 lines
321 B
Nix
16 lines
321 B
Nix
{
|
|
plugins.mini = {
|
|
enable = true;
|
|
modules = {
|
|
comment = {
|
|
options = {
|
|
customCommentString = ''
|
|
<cmd>lua require("ts_context_commentstring.internal").calculate_commentstring() or vim.bo.commentstring<cr>
|
|
'';
|
|
};
|
|
};
|
|
cursorword = {};
|
|
};
|
|
};
|
|
}
|
|
|