Last active
January 3, 2024 17:43
-
-
Save k0emt/323fac268a3746da10edba2494a54435 to your computer and use it in GitHub Desktop.
vim configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filetype on | |
filetype plugin on | |
filetype indent on | |
syntax on | |
set number | |
set cursorline | |
set tabstop=4 | |
set expandtab | |
set nowrap | |
set incsearch | |
set ignorecase | |
set ruler | |
set smartcase | |
set showmatch | |
set hlsearch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment