home/nvim: fix a small redundancy
This commit is contained in:
parent
035933f8b2
commit
e74887723f
|
@ -247,10 +247,8 @@
|
|||
pattern = ["markdown"];
|
||||
callback = defun (set vim.o.textwidth 72); }
|
||||
{ event = "BufReadPre";
|
||||
inherit group;
|
||||
callback = defun (set vim.o.foldmethod "syntax"); }
|
||||
{ event = "BufWinEnter";
|
||||
inherit group;
|
||||
callback = { buf, ... }:
|
||||
(bind (vim.filetype.match { inherit buf; }) (filetype: [
|
||||
(vimcmd "folddoc" [ "foldopen!" ])
|
||||
|
|
Loading…
Reference in a new issue