From cc8e92ade6b57bd8bcc459da1e5c319e70904cb6 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 18 Jun 2024 15:04:31 +0300 Subject: [PATCH] neovim: remove 'a' from default formatoptions --- neovim/dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neovim/dev.nix b/neovim/dev.nix index c7986f6..e56777e 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -25,7 +25,7 @@ in vim.opt = { list = true; - formatoptions = "croqanlj"; + formatoptions = "croqnlj"; }; buffer.filetype = {