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