This commit is contained in:
Jaroslaw Konik 2023-07-11 14:44:40 +02:00
parent f328db1416
commit 290ea781da
5 changed files with 8 additions and 3 deletions

View file

@ -76,6 +76,7 @@ require("lazy").setup({
})
end,
},
"f-person/git-blame.nvim",
})
require("stickybuf").setup()

3
nvim_listen.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
nvim --listen ~/.cache/nvim/server.pipe $@

View file

View file

@ -41,5 +41,6 @@
"workbench.iconTheme": "catppuccin-macchiato",
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"window.zoomLevel": 1
}

View file

@ -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"