This commit is contained in:
AntoXa PRO 2024-09-27 08:07:16 +03:00
parent 442b845bb4
commit 9b7d1f72e0
2 changed files with 15 additions and 1 deletions

15
vim/1 Normal file
View File

@ -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

View File

@ -4,4 +4,3 @@ source $HOME/.config/zsh/.zshrc
## Completion scripts setup. Remove the following line to uninstall ## 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 [[ -f /home/antoxa/.dart-cli-completion/zsh-config.zsh ]] && . /home/antoxa/.dart-cli-completion/zsh-config.zsh || true
## [/Completion] ## [/Completion]