adding a bunch of stuff (vim, nvim, bspwm)

This commit is contained in:
tonitch
2025-01-06 21:22:17 +01:00
committed by Anthony Debucquoy
parent d44eb32499
commit 24dde33d73
5 changed files with 35 additions and 20 deletions
+2
View File
@@ -98,6 +98,8 @@ bspc rule -a Zathura state=tiled
bspc rule -a arduino state=pseudo_tiled
bspc rule -a Spotify desktop=VII follow=off focus=off
bspc rule -a discord desktop=VII follow=off focus=off
bspc rule -a steam_app_2666510 state=pseudo_tiled split_dir=south split_ratio 340 locked private layer=above rectangle=1920x340+0+740
#bspc rule -a steam_app_2666510 state=pseudo_tiling locked=on private=on split_dir=south split_ratio 296 layer=above rectangle=1920x296+0+784
## Autogap adjusts windowgap automatically according to the number of
## windows on the desktop. Using it disables negative window gap.
+26 -19
View File
@@ -1,19 +1,26 @@
***REMOVED***
email = debucquoy.anthony@gmail.com
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
[user]
email = tonitch@herisson.ovh
name = Anthony Debucquoy
signingkey = 3D06B2E67463D272D769DF59A78D6421F083D42E
[init]
defaultBranch = master
[commit]
gpgsign = true
[core]
editor = vim
autocrlf = input
[merge]
tool = vimdiff
[alias]
gone = !git branch -v | awk '/gone/ { print $1 }'
dog = log --decorate --oneline --graph
fap = fetch --all --prune
[push]
autoSetupRemote = true
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[credential]
helper = store
+3
View File
@@ -21,4 +21,7 @@ do
vim.keymap.set('i', '<C-S>', function()
vim.lsp.buf.signature_help()
end, { desc = 'vim.lsp.buf.signature_help()' })
vim.keymap.set('n', ']g', vim.diagnostic.goto_next)
vim.keymap.set('n', '[g', vim.diagnostic.goto_prev)
end
+4
View File
@@ -20,10 +20,14 @@ $0
clean:
rm -f *.o
rm -f $1
rm -f tags compile_commands.json
bear: clean
bear -- make
tags:
ctags **.{c,h}
run: $1
./$<
-1
View File
@@ -1,3 +1,2 @@
set keywordprg=go\ doc
unmap K
set makeprg=go\ run\ .