summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShubham Saini <pryr@pryr.xyz>2022-01-28 03:29:20 +0000
committerShubham Saini <pryr@pryr.xyz>2022-01-28 03:29:20 +0000
commit6cb322f6c1e11917870cc8498b1424989471a104 (patch)
treee5b1b9ffda0e1d1a8e6045435a82c06218484371
parent70a0ecb49d4cc1e93bc5bce14715e6dbbb79573d (diff)
added go plugin and 90deg roll
-rwxr-xr-xnvim/.config/nvim/init.vim3
-rwxr-xr-xsxhkd/.config/sxhkd/sxhkdrc2
2 files changed, 4 insertions, 1 deletions
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 = [
164 \ 'coc-clangd', 164 \ 'coc-clangd',
165 \ 'coc-python', 165 \ 'coc-python',
166 \ 'coc-sh', 166 \ 'coc-sh',
167 \ 'coc-vimtex' 167 \ 'coc-vimtex',
168 \ 'coc-go'
168 \ ] 169 \ ]
169 170
170" From Coc Readme 171" 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
4 urxvtc 4 urxvtc
5super + shift + Return 5super + shift + Return
6 bspc rule -a \* -o state=floating && urxvtc 6 bspc rule -a \* -o state=floating && urxvtc
7super + v
8 bspc node @parent -R 90
7super + @space 9super + @space
8 dmenu_run -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f" 10 dmenu_run -i -fn "Input Mono:style=medium:size=9" -nb "#171a1f" -nf "#f3f4f5" -sb "#c6c8d1" -sf "#171a1f"
9super + x 11super + x