Compare commits
2 commits
50df3f2d77
...
eb40e0ddb6
Author | SHA1 | Date | |
---|---|---|---|
eb40e0ddb6 | |||
40ff58434d |
1 changed files with 2 additions and 5 deletions
|
@ -11,7 +11,7 @@ let
|
|||
inherit pattern;
|
||||
opt = {
|
||||
colorcolumn = toString limit;
|
||||
textwidth = limit;
|
||||
textwidth = limit - 1;
|
||||
};
|
||||
};
|
||||
in
|
||||
|
@ -23,12 +23,9 @@ in
|
|||
|
||||
vim.opt = {
|
||||
list = true;
|
||||
formatexpr = "neoformat#Neoformat(0, '', v:lnum, v:lnum + v:count)";
|
||||
};
|
||||
|
||||
buffer.filetype = {
|
||||
nix.opt.formatexpr = "neoformat#Neoformat(0, '', 0, 99999)";
|
||||
} // lib.listToAttrs [
|
||||
buffer.filetype = lib.listToAttrs [
|
||||
(mkLineLimiterGroup {
|
||||
limit = 101;
|
||||
pattern = [
|
||||
|
|
Loading…
Reference in a new issue