neovim: remove 'a' from default formatoptions
This commit is contained in:
parent
1cbcc1c569
commit
cc8e92ade6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ in
|
|||
|
||||
vim.opt = {
|
||||
list = true;
|
||||
formatoptions = "croqanlj";
|
||||
formatoptions = "croqnlj";
|
||||
};
|
||||
|
||||
buffer.filetype = {
|
||||
|
|
Loading…
Reference in a new issue