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