save
This commit is contained in:
@@ -7,17 +7,17 @@ TERM = "xterm-256color"
|
|||||||
size = 14.0
|
size = 14.0
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "FiraCode Nerd Font"
|
family = "0xProto Nerd Font"
|
||||||
style = "Bold"
|
style = "Bold"
|
||||||
|
|
||||||
[font.bold_italic]
|
[font.bold_italic]
|
||||||
family = "FiraCode Nerd Font"
|
family = "0xProto Nerd Font"
|
||||||
style = "Bold Italic"
|
style = "Bold Italic"
|
||||||
|
|
||||||
[font.italic]
|
[font.italic]
|
||||||
family = "FiraCode Nerd Font"
|
family = "0xProto Nerd Font"
|
||||||
style = "Italic"
|
style = "Italic"
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "FiraCode Nerd Font"
|
family = "0xProto Nerd Font"
|
||||||
style = "Regular"
|
style = "Regular"
|
||||||
|
|||||||
@@ -143,7 +143,7 @@ vim.opt.splitbelow = true
|
|||||||
-- See `:help 'list'`
|
-- See `:help 'list'`
|
||||||
-- and `:help 'listchars'`
|
-- and `:help 'listchars'`
|
||||||
vim.opt.list = true
|
vim.opt.list = true
|
||||||
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣' }
|
vim.opt.listchars = { tab = '» ', trail = '·', nbsp = '␣', eol = '|' }
|
||||||
|
|
||||||
-- Preview substitutions live, as you type!
|
-- Preview substitutions live, as you type!
|
||||||
vim.opt.inccommand = 'split'
|
vim.opt.inccommand = 'split'
|
||||||
|
|||||||
@@ -33,3 +33,5 @@ fi
|
|||||||
export PATH=$PATH:/usr/local/go/bin/
|
export PATH=$PATH:/usr/local/go/bin/
|
||||||
export PATH=$PATH:/~/go/bin/
|
export PATH=$PATH:/~/go/bin/
|
||||||
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
|
||||||
|
|
||||||
|
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
|
||||||
|
|||||||
Reference in New Issue
Block a user