Tickles
This commit is contained in:
parent
cacfc8adff
commit
82bceebbfd
5
common/bin/git-cleanup-local-branches
Normal file
5
common/bin/git-cleanup-local-branches
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
git branch --merged | \
|
||||
grep -v "(^\*|master|main|dev)" | \
|
||||
xargs git branch -dr
|
|
@ -58,9 +58,8 @@ local lsp_configs = {
|
|||
},
|
||||
vimls = {},
|
||||
rust_analyzer = {},
|
||||
tsserver = {
|
||||
|
||||
},
|
||||
tsserver = {},
|
||||
pylsp = {},
|
||||
denols = {
|
||||
root_dir = lsp.util.root_pattern("deno.json"),
|
||||
},
|
||||
|
|
Reference in a new issue