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 = {
|
vim.opt = {
|
||||||
list = true;
|
list = true;
|
||||||
formatoptions = "croqanlj";
|
formatoptions = "croqnlj";
|
||||||
};
|
};
|
||||||
|
|
||||||
buffer.filetype = {
|
buffer.filetype = {
|
||||||
|
|
Loading…
Reference in a new issue