nv/config/utils/mini.nix

17 lines
321 B
Nix
Raw Normal View History

2024-03-06 13:55:34 +00:00
{
plugins.mini = {
enable = true;
modules = {
comment = {
options = {
customCommentString = ''
<cmd>lua require("ts_context_commentstring.internal").calculate_commentstring() or vim.bo.commentstring<cr>
'';
};
};
cursorword = {};
};
};
}