From 9cda7b1c76b6aaba9c39326def937c5d285c4463 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sun, 9 Jun 2024 16:49:59 +0300 Subject: [PATCH] neovim: change formatoptions --- neovim/dev.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/dev.nix b/neovim/dev.nix index 5da1f3d..5b0a85a 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -23,6 +23,7 @@ in vim.opt = { list = true; + formatoptions = "tcroqwanljp"; }; buffer.filetype = lib.listToAttrs [