fixes
This commit is contained in:
parent
f328db1416
commit
290ea781da
5 changed files with 8 additions and 3 deletions
1
init.lua
1
init.lua
|
|
@ -76,6 +76,7 @@ require("lazy").setup({
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
"f-person/git-blame.nvim",
|
||||||
})
|
})
|
||||||
|
|
||||||
require("stickybuf").setup()
|
require("stickybuf").setup()
|
||||||
|
|
|
||||||
3
nvim_listen.sh
Executable file
3
nvim_listen.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
nvim --listen ~/.cache/nvim/server.pipe $@
|
||||||
|
|
||||||
|
|
@ -41,5 +41,6 @@
|
||||||
"workbench.iconTheme": "catppuccin-macchiato",
|
"workbench.iconTheme": "catppuccin-macchiato",
|
||||||
"[json]": {
|
"[json]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||||
}
|
},
|
||||||
|
"window.zoomLevel": 1
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,8 +17,8 @@ set -g @tmux-gruvbox 'dark'
|
||||||
# set -g @plugin 'git@github.com:user/plugin'
|
# set -g @plugin 'git@github.com:user/plugin'
|
||||||
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
# set -g @plugin 'git@bitbucket.com:user/plugin'
|
||||||
|
|
||||||
|
bind-key -n Home send Escape "OH"
|
||||||
bind r source-file ~/.tmux.conf
|
bind-key -n End send Escape "OF"
|
||||||
|
|
||||||
set -g default-terminal xterm-256color
|
set -g default-terminal xterm-256color
|
||||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
set -ga terminal-overrides ",xterm-256color:Tc"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue