diff --git a/.config/ghostty/config b/.config/ghostty/config index 90da8e0..0aa3769 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -26,7 +26,7 @@ window-padding-balance = true # Don't use if using fullscreen window-width = 168 -window-height = 45 +window-height = 43 # macos stuff quit-after-last-window-closed = true diff --git a/.config/nvim/plugin/options.lua b/.config/nvim/plugin/options.lua index 033cb64..22b23cb 100644 --- a/.config/nvim/plugin/options.lua +++ b/.config/nvim/plugin/options.lua @@ -2,9 +2,9 @@ local opt = vim.opt -- Use 4 space tabs -- TODO: Change this back when no company work -opt.tabstop = 4 -opt.softtabstop = 4 -opt.shiftwidth = 4 +opt.tabstop = 2 +opt.softtabstop = 2 +opt.shiftwidth = 2 opt.number = true opt.relativenumber = true diff --git a/.zshrc b/.zshrc index 3adf4a4..4a3628e 100644 --- a/.zshrc +++ b/.zshrc @@ -24,8 +24,3 @@ eval "$(zoxide init --cmd cd zsh)" # ---- fzf ---- source <(fzf --zsh) - -# ---- Syntax Highlighting ---- -source /nix/store/5vkzp4m7aazakijfaq579mk5i40j57x0-zsh-syntax-highlighting-0.8.0/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh - -eval "$(direnv hook zsh)"