syntax on

colorscheme catppuccin

" option
set number
set relativenumber
set encoding=utf-8

set expandtab
set tabstop=4
set softtabstop=4
set shiftwidth=4

set cindent
set autoindent
set smartindent

" keymap
noremap s <cmd>w<cr>
noremap J 5j
noremap K 5k
noremap H 0
noremap L $

