diff --git a/neovim/dev.nix b/neovim/dev.nix index db5a566..8454031 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -15,13 +15,13 @@ in vim.opt = { list = true; - formatoptions = "croqnlj"; + formatoptions = "roqnlj"; }; buffer.filetype = { text-options = { pattern = [ "txt" "markdown" "mail" "man" ]; - opt = { formatoptions = "tcroqwanjp"; }; + opt = { formatoptions = "roqwnjp"; }; }; };