added vimrc
This commit is contained in:
20
.vimrc
Normal file
20
.vimrc
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
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
|
||||||
Reference in New Issue
Block a user