summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/nvim/lua/theme.lua4
-rw-r--r--.zshrc17
-rw-r--r--packages1
3 files changed, 9 insertions, 13 deletions
diff --git a/.config/nvim/lua/theme.lua b/.config/nvim/lua/theme.lua
index c826410..cfcfb04 100644
--- a/.config/nvim/lua/theme.lua
+++ b/.config/nvim/lua/theme.lua
@@ -51,9 +51,7 @@ vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
vim.api.nvim_set_hl(0, "NvimTreeNormal", { bg = "none" })
vim.opt.termguicolors = true
-require("bufferline").setup{}
-require("barbecue").setup()
-require("barbecue.ui").toggle(true)
+require("bufferline").setup {}
require("fidget").setup {
window = {
blend = 0,
diff --git a/.zshrc b/.zshrc
index 9075db5..7298612 100644
--- a/.zshrc
+++ b/.zshrc
@@ -39,16 +39,13 @@ alias ccat="highlight --out-format=ansi"
alias config="/usr/bin/git --git-dir=$HOME/.cfg --work-tree=$HOME"
# Have manpages use colors
-man() {
- env \
- LESS_TERMCAP_md=$'\e[1;36m' \
- LESS_TERMCAP_me=$'\e[0m' \
- LESS_TERMCAP_se=$'\e[0m' \
- LESS_TERMCAP_so=$'\e[1;92m' \
- LESS_TERMCAP_ue=$'\e[0m' \
- LESS_TERMCAP_us=$'\e[1;35m' \
- man "$@"
-}
+export LESS_TERMCAP_md=$'\e[1;36m'
+export LESS_TERMCAP_me=$'\e[0m'
+export LESS_TERMCAP_se=$'\e[0m'
+export LESS_TERMCAP_so=$'\e[1;92m'
+export LESS_TERMCAP_ue=$'\e[0m'
+export LESS_TERMCAP_us=$'\e[1;35m'
+export GROFF_NO_SGR=1
# exit bad
[ $NOEXIT ] && alias exit="echo Exiting is disabled"
diff --git a/packages b/packages
index dfdbd88..9deb0b3 100644
--- a/packages
+++ b/packages
@@ -84,6 +84,7 @@ tmux
tree
ttf-dejavu
unzip
+vim
virt-manager
vulkan-tools
waybar