diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ae4db6a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: weekly diff --git a/.gitmodules b/.gitmodules index b5bac0d..4e8412c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,9 +52,6 @@ [submodule "vim/.vim/pack/bundle/start/vim-nix"] path = vim/.vim/pack/bundle/start/vim-nix url = https://github.com/LnL7/vim-nix.git -[submodule "vim/.vim/pack/bundle/start/vim-hcl"] - path = vim/.vim/pack/bundle/start/vim-hcl - url = https://github.com/jvirtanen/vim-hcl.git [submodule "vim/.vim/pack/bundle/start/vim-hashicorp-tools"] path = vim/.vim/pack/bundle/start/vim-hashicorp-tools url = https://github.com/hashivim/vim-hashicorp-tools.git diff --git a/sakura/.config/sakura/sakura.conf b/sakura/.config/sakura/sakura.conf index 4fb8e54..3e79d6e 100644 --- a/sakura/.config/sakura/sakura.conf +++ b/sakura/.config/sakura/sakura.conf @@ -37,7 +37,7 @@ audible_bell=Yes blinking_cursor=No allow_bold=Yes cursor_type=VTE_CURSOR_SHAPE_BLOCK -palette=xterm +palette=1 add_tab_accelerator=5 del_tab_accelerator=5 switch_tab_accelerator=8 @@ -66,3 +66,20 @@ stop_tab_cycling_at_end_tabs=No word_chars=-,./?%&#_~: search_accelerator=5 search_key=F +colorset1_scheme=1 +colorset2_scheme=1 +colorset3_scheme=1 +colorset4_scheme=1 +colorset5_scheme=1 +colorset6_scheme=1 +bold_is_bright=false +show_tab_bar=multiple +copy_on_select=false +paste_button=2 +menu_button=3 +window_columns=80 +window_rows=24 +new_tab_after_current=true +line_height=1 +new_window_accelerator=5 +new_window_key=O