Skip to content

Commit

Permalink
feat: update dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nekottyo committed Aug 8, 2024
1 parent 0d783af commit eaf458b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .config/dein/plugins.toml
Original file line number Diff line number Diff line change
Expand Up @@ -529,18 +529,21 @@ lua <<EOF
require'nvim-treesitter.configs'.setup {
highlight = {
enable = true,
disable = {"markdown"}
},
ensure_installed = {
"bash",
"diff",
"go",
"gomod",
"gotmpl",
"html",
"http",
"json",
"lua",
"make",
"markdown",
"markdown_inline",
"perl",
"python",
"regex",
Expand Down
2 changes: 1 addition & 1 deletion .config/nvim/coc-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"efm": {
"command": "efm-langserver",
"args": [],
"filetypes": ["markdown", "yaml"]
"filetypes": ["yaml"]
},
"bash": {
"command": "bash-language-server",
Expand Down
1 change: 1 addition & 0 deletions .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ autocmd BufNewFile,BufRead *.slim setlocal filetype=slim
autocmd BufNewFile,BufRead *.tf setlocal filetype=terraform
autocmd BufNewFile,BufRead *.mdx setlocal filetype=markdown
autocmd BufNewFile,BufRead */chart-libs/**/templates/*.yaml setlocal filetype=mustache
autocmd BufNewFile,BufRead helmfile*.y*ml setlocal filetype=helmfile


set clipboard&
Expand Down
28 changes: 10 additions & 18 deletions pkg/brew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ aquaproj/aqua/aqua
argocd
argoproj/tap/kubectl-argo-rollouts
asdf
avrdude
aws-iam-authenticator
awscli
aylei/tap/kubectl-debug
bat
binutils
black
bmon
budougumi0617/lsas/lsas
cfssl
Expand All @@ -22,23 +23,18 @@ cmake
colima
colordiff
conftest
ctags
ctop
datreeio/datree/datree
deno
dfu-programmer
dfu-util
dive
docker
docker-buildx
docker-compose
edencommon
docutils
efm-langserver
eksctl
expect
fairwindsops/tap/pluto
fb303
fbthrift
fd
findutils
fzf
Expand All @@ -53,20 +49,19 @@ gnu-getopt
gnu-sed
gnupg
go
go-md2man
golangci/tap/golangci-lint
gomplate
gopls
goreleaser
gperftools
graphviz
grep
groonga
gsar
guile
hashicorp/tap/terraform-ls
helmfile
hexyl
hey
homeport/tap/dyff
htop
httpd
hub
Expand All @@ -76,10 +71,8 @@ iftop
ijq
ipcalc
iproute2mac
isl
istioctl
jid
jsonschema
k6
k9s
kanmu/tools/ddcat
Expand All @@ -88,15 +81,13 @@ kubectx
kubeval
kustomize
ladicle/kubectl-bindrole/kubectl-rolesum
libelf
libftdi0
libglade
libhid
libmagic
libmpc
libtermkey
lsd
luajit-openresty
luarocks
minamijoyo/hcledit/hcledit
minikube
mysql
nekottyo/tap/lsec2
Expand All @@ -115,8 +106,8 @@ procs
protobuf
py2cairo
pyenv-virtualenv
python-argcomplete
python-typing-extensions
python@3.10
qmk/qmk/qmk
ripgrep
robscott/tap/kube-capacity
saml2aws
Expand All @@ -130,6 +121,7 @@ telnet
terraform-docs
terraformer
terraforming
texinfo
tflint
tig
tmux
Expand Down
4 changes: 4 additions & 0 deletions pkg/brew_tap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,15 @@ hashicorp/tap
haya14busa/tap
homebrew/cask-fonts
homebrew/services
homeport/tap
jason0x43/neovim-nightly
kanmu/tools
ladicle/kubectl-bindrole
minamijoyo/hcledit
nekottyo/tap
norwoodj/tap
osx-cross/arm
osx-cross/avr
qmk/qmk
robscott/tap
tkengo/highway
Expand Down
1 change: 1 addition & 0 deletions pkg/cask.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
alfred
bettertouchtool
font-hackgen-nerd
gcc-arm-embedded
gimp
keycastr
ngrok
Expand Down
3 changes: 2 additions & 1 deletion pkg/gopkg.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ github.com/josharian/impl@latest
golang.org/x/tools/cmd/gorename@latest
golang.org/x/tools/cmd/guru@latest
github.com/spf13/cobra-cli@latest
github.com/atombender/go-jsonschema@latest
github.com/ofabry/go-callvis@latest
honnef.co/go/tools/cmd/staticcheck@latest
github.com/git-chglog/git-chglog/cmd/git-chglog@latest
Expand All @@ -10,7 +11,6 @@ github.com/fatih/gomodifytags@latest
github.com/x-motemen/gore/cmd/gore@latest
github.com/fiatjaf/jiq/cmd/jiq@latest
github.com/nametake/golangci-lint-langserver@latest
github.com/versent/saml2aws/v2/cmd/saml2aws@latest
google.golang.org/protobuf/internal/cmd/generate-corpus@latest
github.com/jstemmer/gotags@latest
golang.org/x/tools/gopls@latest
Expand All @@ -35,6 +35,7 @@ golang.org/x/tools/cmd/goimports@latest
honnef.co/go/tools/cmd/keyify@latest
google.golang.org/protobuf/internal/cmd/pbdump@latest
github.com/koron/iferr@latest
go.uber.org/mock/mockgen@latest
github.com/haya14busa/bump@latest
github.com/davidrjenni/reftools/cmd/fillstruct@latest
google.golang.org/protobuf/cmd/protoc-gen-go@latest
Expand Down

0 comments on commit eaf458b

Please sign in to comment.