diff --git a/vim/1 b/vim/1 new file mode 100644 index 0000000..162cf8c --- /dev/null +++ b/vim/1 @@ -0,0 +1,15 @@ +" Common. +set encoding=utf-8 +set fileencoding=utf-8 +set nobackup +set noswapfile + +" Tabs. +set tabstop=2 +set shiftwidth=2 + +" Lines. +set number +set relativenumber +set cursorline +set colorcolumn=80 diff --git a/zsh/.zshrc b/zsh/.zshrc index 2c2bc02..5d7b35f 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -4,4 +4,3 @@ source $HOME/.config/zsh/.zshrc ## Completion scripts setup. Remove the following line to uninstall [[ -f /home/antoxa/.dart-cli-completion/zsh-config.zsh ]] && . /home/antoxa/.dart-cli-completion/zsh-config.zsh || true ## [/Completion] -