diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-29 13:09:03 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-29 13:09:03 +0900 |
| commit | a3a3138a63849667d286a7eedd712ebe1646f313 (patch) | |
| tree | a4002adaea4772e7fc9550500b08d0d37286ecd6 /ar/.config | |
| parent | 994aae6685c755d202b81de6068e968faec87ab5 (diff) | |
modified core/keymaps.lua, modified plugins/goyo.lua, modified bin/compiler
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua | 2 | ||||
| -rw-r--r-- | ar/.config/TheSiahxyz/lua/thesiahxyz/plugins/goyo.lua | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua index 162b71a..044b9cf 100644 --- a/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua +++ b/ar/.config/TheSiahxyz/lua/thesiahxyz/core/keymaps.lua @@ -533,7 +533,7 @@ vim.api.nvim_set_keymap( ) vim.api.nvim_set_keymap( "n", - "<leader>ov", + "<leader>RR", ":!opout <C-r>%<cr><cr>", { noremap = true, silent = true, desc = "Docs viewer" } ) 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", |
