This commit is contained in:
2024-08-12 22:04:25 -04:00
parent 4e8345634a
commit 4e2fe4ebed
3 changed files with 7 additions and 5 deletions

View File

@@ -7,17 +7,17 @@ TERM = "xterm-256color"
size = 14.0
[font.bold]
family = "FiraCode Nerd Font"
family = "0xProto Nerd Font"
style = "Bold"
[font.bold_italic]
family = "FiraCode Nerd Font"
family = "0xProto Nerd Font"
style = "Bold Italic"
[font.italic]
family = "FiraCode Nerd Font"
family = "0xProto Nerd Font"
style = "Italic"
[font.normal]
family = "FiraCode Nerd Font"
family = "0xProto Nerd Font"
style = "Regular"

View File

@@ -143,7 +143,7 @@ vim.opt.splitbelow = true
-- See `:help 'list'`
-- and `:help 'listchars'`
vim.opt.list = true
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '' }
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '', eol = '|' }
-- Preview substitutions live, as you type!
vim.opt.inccommand = 'split'

View File

@@ -33,3 +33,5 @@ fi
export PATH=$PATH:/usr/local/go/bin/
export PATH=$PATH:/~/go/bin/
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"