save
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user