something

This commit is contained in:
Kulvir Singh
2025-01-05 03:11:28 +05:30
parent e58e6fe782
commit db0ef4bcc3
3 changed files with 4 additions and 9 deletions

View File

@@ -26,7 +26,7 @@ window-padding-balance = true
# Don't use if using fullscreen # Don't use if using fullscreen
window-width = 168 window-width = 168
window-height = 45 window-height = 43
# macos stuff # macos stuff
quit-after-last-window-closed = true quit-after-last-window-closed = true

View File

@@ -2,9 +2,9 @@ local opt = vim.opt
-- Use 4 space tabs -- Use 4 space tabs
-- TODO: Change this back when no company work -- TODO: Change this back when no company work
opt.tabstop = 4 opt.tabstop = 2
opt.softtabstop = 4 opt.softtabstop = 2
opt.shiftwidth = 4 opt.shiftwidth = 2
opt.number = true opt.number = true
opt.relativenumber = true opt.relativenumber = true

5
.zshrc
View File

@@ -24,8 +24,3 @@ eval "$(zoxide init --cmd cd zsh)"
# ---- fzf ---- # ---- fzf ----
source <(fzf --zsh) 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)"