dotfiles/.vimrc
2023-09-26 17:12:28 +02:00

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