neovim: remove 'a' from default formatoptions

This commit is contained in:
Dmitriy Pleshevskiy 2024-06-18 15:04:31 +03:00
parent 1cbcc1c569
commit cc8e92ade6
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -25,7 +25,7 @@ in
vim.opt = { vim.opt = {
list = true; list = true;
formatoptions = "croqanlj"; formatoptions = "croqnlj";
}; };
buffer.filetype = { buffer.filetype = {