15 lines
163 B
VimL
15 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
|