Compare commits

..

No commits in common. "4ef5f14b30a858eec13c426689428e075e7b857f" and "ca0679d82d82257b9cde3796c0fd8745d488bdad" have entirely different histories.

View file

@ -25,13 +25,13 @@ in
vim.opt = {
list = true;
formatoptions = "croqanlj";
formatoptions = "tcroqwanljp";
};
buffer.filetype = {
text-options = {
pattern = [ "txt" "markdown" "mail" "man" ];
opt = { formatoptions = "tcroqwanjp"; };
python-options = {
pattern = [ "python" ];
opt = { formatoptions = "croqwaljp"; } // mkLineLimiterOpts 90;
};
} // lib.listToAttrs [
(mkLineLimiterGroup {
@ -40,17 +40,10 @@ in
"nix"
"javascript,javascriptreact"
"typescript,typescriptreact"
"vue"
"rust"
"haskell"
];
})
(mkLineLimiterGroup {
limit = 90;
pattern = [
"python"
];
})
(mkLineLimiterGroup {
limit = 80;
pattern = [