neovim: remove formatoptions

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-24 00:59:54 +03:00
parent 50df3f2d77
commit 40ff58434d
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -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 = [