summary refs log tree commit diff
path: root/.vim/lua/plugins/_goyo.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.vim/lua/plugins/_goyo.lua12
1 files changed, 0 insertions, 12 deletions
diff --git a/.vim/lua/plugins/_goyo.lua b/.vim/lua/plugins/_goyo.lua
deleted file mode 100644
index 538712d..0000000
--- a/.vim/lua/plugins/_goyo.lua
+++ /dev/null
@@ -1,12 +0,0 @@
-vim.g.goyo_width = 120
-vim.g.goyo_height = 90
-vim.g.goyo_linenr = false
-
-require('utils').augroup2 {
-  goyo_hooks = {
-    {'User', 'GoyoEnter', 'set laststatus=0 scrolloff=999'},
-    {'User', 'GoyoEnter', 'Limelight'},
-    {'User', 'GoyoLeave', 'set laststatus=2 scrolloff=5'},
-    {'User', 'GoyoLeave', 'Limelight!'},
-  }
-}