first commit

This commit is contained in:
2025-10-07 09:26:47 +03:00
commit 534141e40a
91 changed files with 3631 additions and 0 deletions

26
vim/.vimrc Normal file
View File

@@ -0,0 +1,26 @@
" Common.
set encoding=utf-8
set fileencoding=utf-8
set nobackup
set noswapfile
" Tabs.
" set expandtab
set tabstop=2
set shiftwidth=2
" Lines.
set number
set relativenumber
set cursorline
set colorcolumn=80
set nowrap
" set list
"set list listchars=tab:┊
" Colors.
syntax on
" Настройка цветовой схемы
colorscheme slate