From 9b7d1f72e0dfb6b57cc2d8f213e757023e7b3efa Mon Sep 17 00:00:00 2001 From: AntoXa PRO Date: Fri, 27 Sep 2024 08:07:16 +0300 Subject: [PATCH] mini fix --- vim/1 | 15 +++++++++++++++ zsh/.zshrc | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 vim/1 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] -