From 6cb322f6c1e11917870cc8498b1424989471a104 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Thu, 27 Jan 2022 19:29:20 -0800 Subject: added go plugin and 90deg roll --- nvim/.config/nvim/init.vim | 3 ++- sxhkd/.config/sxhkd/sxhkdrc | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/nvim/.config/nvim/init.vim b/nvim/.config/nvim/init.vim index 8978c2d..82dc51e 100755 --- a/nvim/.config/nvim/init.vim +++ b/nvim/.config/nvim/init.vim @@ -164,7 +164,8 @@ let g:coc_global_extensions = [ \ 'coc-clangd', \ 'coc-python', \ 'coc-sh', - \ 'coc-vimtex' + \ 'coc-vimtex', + \ 'coc-go' \ ] " From Coc Readme diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 891412e..3f30cfe 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -4,6 +4,8 @@ super + r urxvtc super + shift + Return bspc rule -a \* -o state=floating && urxvtc +super + v + bspc node @parent -R 90 super + @space dmenu_run -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" super + x -- cgit v1.2.3