oh yeah i should maybe setup rust in nvim

master
Jordan Orelli 2 months ago
parent db4e0da978
commit f5d1901de7

@ -38,6 +38,7 @@ setopt SHARE_HISTORY # Share history between all sessions.
LS_COLORS='rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:';
export LS_COLORS
alias ls="ls --color=auto"
alias tree="tree --gitignore"
# if kitty is installed, register its completions
if (( $+commands[kitty] )); then

@ -0,0 +1,2 @@
-- yay
-- local rustup_home = os.getenv('RUSTUP_HOME') or util.path.join(user_home, '.rustup')

@ -105,7 +105,7 @@ signature.setup({
shadow_guibg = 'Black',
-- default timer check interval set to lower value if you want to reduce latency
timer_interval = 200,
timer_interval = 50,
-- toggle signature on and off in insert mode, e.g. toggle_key = '<M-x>'
toggle_key = nil,

Loading…
Cancel
Save