this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

widen the nvimtree, add brew: kind

+6 -1
+1
Brewfile
··· 48 48 brew "terraform-ls" 49 49 brew "eksctl" 50 50 brew "kubectl" 51 + brew "kind" 51 52 brew "kustomize" 52 53 brew "stern" 53 54 brew "tmux"
+5 -1
nvim/init.lua
··· 28 28 29 29 require('vgit').setup() 30 30 require('nvim_comment').setup() 31 - require('nvim-tree').setup() 31 + require('nvim-tree').setup({ 32 + view = { 33 + width = 40 34 + } 35 + }) 32 36 33 37 -- Core settings 34 38 -------------------------------------------------