diff options
| author | subh <subh@example.com> | 2026-01-19 21:47:02 +0530 |
|---|---|---|
| committer | subh <subh@example.com> | 2026-01-19 21:47:02 +0530 |
| commit | 65aad59ef0802708a8a7c8a312755232cc1823d3 (patch) | |
| tree | fe0a437f3e9a71ab5b9197d9b8fa72c24d2170ea /.vim/options.vim | |
initial commit
Diffstat (limited to '.vim/options.vim')
| -rw-r--r-- | .vim/options.vim | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.vim/options.vim b/.vim/options.vim new file mode 100644 index 0000000..7be00bd --- /dev/null +++ b/.vim/options.vim @@ -0,0 +1,17 @@ +set number +set relativenumber + +filetype plugin indent on +set expandtab +set shiftwidth=4 +set softtabstop=4 +set tabstop=4 +set smartindent +set encoding=utf8 +set termencoding=utf8 +set guifont=Iosevka\ Nerd\ Font\ Propo + +set backspace=indent,eol,start + +syntax on + |
