16 lines
163 B
VimL
16 lines
163 B
VimL
|
set term=kitty
|
||
|
|
||
|
set number
|
||
|
filetype indent on
|
||
|
set autoindent
|
||
|
|
||
|
set tabstop=4
|
||
|
set shiftwidth=4
|
||
|
|
||
|
filetype plugin on
|
||
|
syntax on
|
||
|
|
||
|
set mouse=a
|
||
|
|
||
|
set clipboard=unnamedplus
|