feat manage script

This commit is contained in:
2025-02-24 09:51:41 +00:00
commit 1a3a374f3b
45 changed files with 2149 additions and 0 deletions

26
config/shared/vim Normal file
View File

@@ -0,0 +1,26 @@
set nocompatible
set nobackup
set encoding=utf-8
set clipboard=unnamed
filetype plugin indent on
let mapleader=" "
inoremap jk <esc>
set number
set relativenumber
set ruler
set cursorline
set scrolloff=10
set nowrap
set showcmd
set wildmenu
set title
set mouse=a
set shiftwidth=2
set tabstop=2
set expandtab
set autoindent
set smartindent
syntax on