diff --git a/init.lua b/init.lua index 72789fa..203a469 100644 --- a/init.lua +++ b/init.lua @@ -76,6 +76,7 @@ require("lazy").setup({ }) end, }, + "f-person/git-blame.nvim", }) require("stickybuf").setup() diff --git a/nvim_listen.sh b/nvim_listen.sh new file mode 100755 index 0000000..fad3e62 --- /dev/null +++ b/nvim_listen.sh @@ -0,0 +1,3 @@ +#!/bin/sh +nvim --listen ~/.cache/nvim/server.pipe $@ + diff --git a/config.ini b/polybar similarity index 100% rename from config.ini rename to polybar diff --git a/settings.json b/settings.json index 166c43f..5c8bd4e 100644 --- a/settings.json +++ b/settings.json @@ -41,5 +41,6 @@ "workbench.iconTheme": "catppuccin-macchiato", "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" - } + }, + "window.zoomLevel": 1 } diff --git a/tmux.conf b/tmux.conf index 5d89e43..b5a8202 100644 --- a/tmux.conf +++ b/tmux.conf @@ -17,8 +17,8 @@ set -g @tmux-gruvbox 'dark' # set -g @plugin 'git@github.com:user/plugin' # set -g @plugin 'git@bitbucket.com:user/plugin' - -bind r source-file ~/.tmux.conf +bind-key -n Home send Escape "OH" +bind-key -n End send Escape "OF" set -g default-terminal xterm-256color set -ga terminal-overrides ",xterm-256color:Tc"