diff options
Diffstat (limited to 'ar/.config/TheSiahxyz/lua/thesiahxyz/plugins')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/goyo.lua | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/goyo.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/goyo.lua index d78fe5e..86b9a03 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/goyo.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/goyo.lua @@ -10,15 +10,15 @@ return { vim.g.goyo_width = 80 vim.g.seoul256_background = 235 vim.cmd([[ - Goyo - set bg=light - set linebreak - set wrap - set textwidth=0 - set wrapmargin=0 - set background=dark - colorscheme seoul256 - ]]) + Goyo + set bg=light + set linebreak + set wrap + set textwidth=0 + set wrapmargin=0 + set background=dark + colorscheme seoul256 + ]]) vim.api.nvim_buf_set_keymap( 0, "n", |
