Files
dotfiles/.vimrc
2023-08-14 09:47:10 +09:30

21 lines
315 B
VimL

set nocompatible
filetype on
filetype plugin on
syntax on
set number
set cursorline
set termguicolors
set expandtab
set tabstop=4
set shiftwidth=4
set nowrap
set incsearch
set ignorecase
set smartcase
set hlsearch
set showcmd
set history=1000
set wildmenu
set wildmode=list:longest
colorscheme catppuccin_macchiato