diff options
| author | jdhao <jdhao@hotmail.com> | 2021-09-01 01:32:46 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-09-01 01:32:46 +0800 |
| commit | 83719b7827d2154592514efe012af523e9ad28f0 (patch) | |
| tree | 954307a992e285e23b5b07d60e16f740d1a5fef2 /lua/config | |
| parent | f74ed11034e726ae46c5c20652e97a4b95f8d3b9 (diff) | |
update zen-mode.nvim settings
FileType autocmd may be triggered unexpectedly so that ZenMode command
is called at the wrong time.
Diffstat (limited to 'lua/config')
| -rw-r--r-- | lua/config/zen-mode.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lua/config/zen-mode.lua b/lua/config/zen-mode.lua index 7784167..8185ceb 100644 --- a/lua/config/zen-mode.lua +++ b/lua/config/zen-mode.lua @@ -13,11 +13,3 @@ require("zen-mode").setup({ }, }, }) - --- start ZenMode automatically for Markdown -vim.cmd([[ - augroup auto_zen - autocmd! - autocmd FileType Markdown ZenMode - augroup END -]]) |
