neovim: remove formatoptions
This commit is contained in:
parent
50df3f2d77
commit
40ff58434d
1 changed files with 1 additions and 4 deletions
|
@ -23,12 +23,9 @@ in
|
||||||
|
|
||||||
vim.opt = {
|
vim.opt = {
|
||||||
list = true;
|
list = true;
|
||||||
formatexpr = "neoformat#Neoformat(0, '', v:lnum, v:lnum + v:count)";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buffer.filetype = {
|
buffer.filetype = lib.listToAttrs [
|
||||||
nix.opt.formatexpr = "neoformat#Neoformat(0, '', 0, 99999)";
|
|
||||||
} // lib.listToAttrs [
|
|
||||||
(mkLineLimiterGroup {
|
(mkLineLimiterGroup {
|
||||||
limit = 101;
|
limit = 101;
|
||||||
pattern = [
|
pattern = [
|
||||||
|
|
Loading…
Reference in a new issue