+ Tweaking
This commit is contained in:
parent
78e8ac0865
commit
29c189c0d4
2 changed files with 5 additions and 1 deletions
|
@ -50,6 +50,9 @@ augroup Binary
|
|||
au BufWritePost *.bin set nomod | endif
|
||||
augroup END
|
||||
|
||||
" ----- python for vim
|
||||
autocmd BufEnter *.py set ai sw=4 ts=4 sta et fo=croql
|
||||
|
||||
" ----- Auto refresh vimrc
|
||||
augroup myvimrc
|
||||
au!
|
||||
|
|
|
@ -41,11 +41,12 @@ export KEYTIMEOUT=1
|
|||
# Keybindings
|
||||
[ -f ~/.config/zsh/keybinds ] && source ~/.config/zsh/keybinds
|
||||
|
||||
# Plugins
|
||||
# ----- Plugins
|
||||
ZSH_PLUGINS="$XDG_DATA_HOME/zsh/plugins"
|
||||
|
||||
# source $ZSH/oh-my-zsh.sh
|
||||
# emulate -R zsh -c 'source $ZSH_PLUGINS/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh'
|
||||
eval $(thefuck --alias) # thefuck - fix your stupid typo :)
|
||||
source $ZSH_PLUGINS/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh 2>/dev/null
|
||||
source $ZSH_PLUGINS/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh 2>/dev/null
|
||||
#source $ZSH_CUSTOM/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue