From 40ff58434dd90fb3e7e644d3e9573e32f19d9f7a Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Fri, 24 May 2024 00:59:54 +0300 Subject: [PATCH] neovim: remove formatoptions --- neovim/dev.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/neovim/dev.nix b/neovim/dev.nix index 1e83e79..82ae95c 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -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 = [