Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .config/nvim/lua/config/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
vim.opt.conceallevel = 0
vim.opt.spell = false
vim.opt.wrap = false
vim.opt.shell = "zsh"

-- https://github.com/echasnovski/mini.nvim/blob/main/doc/mini-pairs.txt
-- disable the mini.pairs plugin
Expand Down
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export DOCKER_HOST=tcp://localhost:2375
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
Expand Down
3 changes: 2 additions & 1 deletion CHEATSHEET.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
|`<leader>ghs`|Gitsigns Hunk Stage|
|`<leader>ghs`|Gitsigns Undo Hunk Stage|
|`<leader>ghb`|Gitsigns Blame|
|`<leader>at` |Toogle Copilot|
|`<leader>at`|Toogle Copilot|
|`<leader>ft`|Terminal (Root Dir)|

```nvim
:check
Expand Down