nv/config/utils/mini.nix
2024-03-06 19:25:34 +05:30

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 = {};
};
};
}