diff options
author | listout <listout@protonmail.com> | 2022-08-02 13:31:04 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-09-01 16:26:26 +0530 |
commit | ae462e9f485f0a6f61612ee7548a6237a15a764e (patch) | |
tree | f2009db69a808769c122a5e4dd23e7e4a229acfc /lua/plugins/coc.lua | |
parent | 71c04ab798318883612970e33f7041a12c6a44f9 (diff) |
lua/plugins/coc.lua: removing space
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to 'lua/plugins/coc.lua')
-rw-r--r-- | lua/plugins/coc.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/plugins/coc.lua b/lua/plugins/coc.lua index 0e997a9..cfd3705 100644 --- a/lua/plugins/coc.lua +++ b/lua/plugins/coc.lua @@ -149,5 +149,4 @@ vim.cmd([[ nnoremap <silent><nowait> <space>k :<C-u>CocPrev<CR> " Resume latest coc list. nnoremap <silent><nowait> <space>p :<C-u>CocListResume<CR> - ]]) |