Major config changes
Add alacritty config, as it is my main terminal now Change **a lot** of nvim configs Add tmux configuration Update zsh configs Add .gitconfig with custom pager Include tmux-plugin-manager as a submodule
This commit is contained in:
parent
bb8a0eaec7
commit
90ca95ad38
23 changed files with 529 additions and 51 deletions
|
|
@ -15,9 +15,9 @@ end
|
|||
vim.api.nvim_create_autocmd({ "VimEnter" }, { callback = open_nvim_tree })
|
||||
|
||||
-- Resotre cursor on exit
|
||||
vim.api.nvim_create_autocmd("VimLeave", {
|
||||
pattern = "*",
|
||||
callback = function()
|
||||
vim.o.guicursor = "n:ver20-blinkwait700-blinkoff400-blinkon250"
|
||||
end,
|
||||
})
|
||||
-- vim.api.nvim_create_autocmd("VimLeave", {
|
||||
-- pattern = "*",
|
||||
-- callback = function()
|
||||
-- vim.o.guicursor = "n:ver20-blinkwait700-blinkoff400-blinkon250"
|
||||
-- end,
|
||||
-- })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue