mirror of
https://github.com/akr2002/nv.git
synced 2024-11-13 20:49:45 +00:00
17 lines
321 B
Nix
17 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 = {};
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
|