Skip to content

Commit

Permalink
better visuals on nvchad
Browse files Browse the repository at this point in the history
  • Loading branch information
aminfara committed Mar 30, 2023
1 parent 8599c52 commit 2c42ee8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nvchad/chadrc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ M.ui = {

hl_override = highlights.override,
hl_add = highlights.add,

statusline = {
theme = "default",
separator_style = "block",
},

telescope = {
style = "bordered",
},
}

M.plugins = "custom.plugins"
Expand Down
6 changes: 6 additions & 0 deletions nvchad/configs/overrides.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,10 @@ M.nvimtree = {
},
}

M.telescope = {
defaults = {
prompt_prefix = "",
}
}

return M
5 changes: 5 additions & 0 deletions nvchad/plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ local plugins = {
opts = overrides.nvimtree,
},

{
"nvim-telescope/telescope.nvim",
opts = overrides.telescope,
},

-- Install a plugin
{
"max397574/better-escape.nvim",
Expand Down
2 changes: 2 additions & 0 deletions zshrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,5 @@ myzsh_keybindings
export PATH=$HOME/.local/bin:$PATH

date

source /Users/ali/.docker/init-zsh.sh || true # Added by Docker Desktop

0 comments on commit 2c42ee8

Please sign in to comment.